Skip to content

Commit

Permalink
feat(kitty): bind kitty_mod+w to close_window_with_confirmation
Browse files Browse the repository at this point in the history
  • Loading branch information
yurrriq committed Nov 21, 2023
1 parent 10b76f6 commit 72bf957
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.13.0
8.14.0
1 change: 1 addition & 0 deletions config/kitty.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"kitty_mod+k" = ''
combine : clear_terminal scrollback active : send_text normal \x0c
'';
"kitty_mod+w" = "close_window_with_confirmation";
};
shellIntegration = {
enableFishIntegration = true;
Expand Down
1 change: 1 addition & 0 deletions src/config/kitty.nw
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"kitty_mod+k" = ''
combine : clear_terminal scrollback active : send_text normal \x0c
'';
"kitty_mod+w" = "close_window_with_confirmation";
};
shellIntegration = {
enableFishIntegration = true;
Expand Down

0 comments on commit 72bf957

Please sign in to comment.