Add kitty shortcut for creating windows with cwd
This commit is contained in:
parent
11e8194ea5
commit
d885b3de4b
|
@ -7,5 +7,10 @@ with lib;
|
||||||
programs.kitty = mkIf (cfg.enable && pkgs.stdenv.isLinux) {
|
programs.kitty = mkIf (cfg.enable && pkgs.stdenv.isLinux) {
|
||||||
# set the shell
|
# set the shell
|
||||||
settings.shell = "${config.programs.fish.package}/bin/fish";
|
settings.shell = "${config.programs.fish.package}/bin/fish";
|
||||||
|
|
||||||
|
keybindings = {
|
||||||
|
"ctrl+shift+n" = "new_os_window_with_cwd";
|
||||||
|
"ctrl+shift+enter" = "new_window_with_cwd";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue