feat(kitty): add keybind to open new window and preserve cwd

This commit is contained in:
2026-01-04 16:30:42 +01:00
parent 46b1922d06
commit bce9bae0c7
+3
View File
@@ -8,5 +8,8 @@
name = "JetBrainsMono NF"; name = "JetBrainsMono NF";
size = 14; size = 14;
}; };
keybindings = {
"ctrl+alt+enter" = "launch --cwd=current";
};
}; };
} }