Skip to content

Remap kitty_mod to Ctrl+A #3457

Answered by kovidgoyal
RedDocMD asked this question in Q&A
Discussion options

You must be logged in to vote

kitty_mod has to be modifiers not keys. If you want to use multiple keypresses for shortcuts (though why you would want to torture your fingers is beyond me) then you will need to map individual actions in kitty.conf like this:

map ctrl+a>x close_window

which will let you press ctrl+a andthen x to close window and so on.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@RedDocMD
Comment options

Answer selected by RedDocMD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants