Skip to content

Commit

Permalink
refactor(kitty): change kitty_mod+w to close_window
Browse files Browse the repository at this point in the history
  • Loading branch information
kutsan committed Oct 16, 2024
1 parent e777053 commit cefab82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .config/kitty/config/mappings.conf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ map kitty_mod+shift+h kitten hints --type hash --program @

# Tabs
map kitty_mod+t new_tab
map kitty_mod+w close_tab
map kitty_mod+w close_window
map kitty_mod+p previous_tab
map kitty_mod+n next_tab
map kitty_mod+z toggle_layout vertical
Expand Down

0 comments on commit cefab82

Please sign in to comment.