mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
feat(kitty): add some mappings for tmux commands
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user