feat(kitty): add some mappings for tmux commands

This commit is contained in:
Stefan Imhoff
2022-12-24 21:04:36 +01:00
parent b748a6114b
commit 996300f624

View File

@@ -31,6 +31,16 @@ listen_on unix:/tmp/kitty
map cmd+enter toggle_fullscreen
map ctrl+cmd+, load_config_file
# Map TMUX keys to easier to reach keys
# Get the keycodes with `xxd -psd` outside of tmux
# i (Cheat Sheet)
map ctrl+alt+i send_text all \x02\x69
# (d)etach
map ctrl+alt+d send_text all \x02\x64
# (z)oom
map ctrl+alt+z send_text all \x02\x7a
# BEGIN_KITTY_THEME
# Tokyo Night
include current-theme.conf