mirror of
https://github.com/sahinakkaya/dotfiles.git
synced 2024-11-09 18:49:36 +01:00
Disable default keybindings in kitty
This commit is contained in:
parent
2973c82f36
commit
cceab94918
@ -1767,16 +1767,18 @@ font_size 13.0
|
|||||||
#: The full list of actions that can be mapped to key presses is
|
#: The full list of actions that can be mapped to key presses is
|
||||||
#: available here <https://sw.kovidgoyal.net/kitty/actions/>.
|
#: available here <https://sw.kovidgoyal.net/kitty/actions/>.
|
||||||
|
|
||||||
# kitty_mod ctrl+shift
|
kitty_mod ctrl+alt+shift
|
||||||
|
|
||||||
#: Special modifier key alias for default shortcuts. You can change
|
#: Special modifier key alias for default shortcuts. You can change
|
||||||
#: the value of this option to alter all default shortcuts that use
|
#: the value of this option to alter all default shortcuts that use
|
||||||
#: kitty_mod.
|
#: kitty_mod.
|
||||||
|
#default was ctrl+shift. I changed it because it was masking
|
||||||
|
# my tmux keybindings with ctrl shift.
|
||||||
|
|
||||||
# clear_all_shortcuts no
|
clear_all_shortcuts yes
|
||||||
|
|
||||||
#: Remove all shortcut definitions up to this point. Useful, for
|
#: Remove all shortcut definitions up to this point. Useful, for
|
||||||
#: instance, to remove the default shortcuts.
|
#: instance, to remove the default shortcuts.
|
||||||
|
# I just get rid of all shortcuts because I don't use a single one of them
|
||||||
|
|
||||||
# action_alias
|
# action_alias
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user