mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
chore(kitty): change a few shortcuts
This commit is contained in:
@@ -51,6 +51,7 @@ map ctrl+alt+g send_text all \x02\x47
|
||||
# F (Telescope Find)
|
||||
map ctrl+alt+s send_text all \x02\x46
|
||||
# s (Switch to Session)
|
||||
map ctrl+alt+j send_text all \x02\x73
|
||||
map ctrl+alt+k send_text all \x02\x73
|
||||
# 1 (Jump to Window 1)
|
||||
map ctrl+alt+1 send_text all \x02\x31
|
||||
@@ -71,11 +72,13 @@ map ctrl+alt+8 send_text all \x02\x38
|
||||
# 9 (Jump to Window 9)
|
||||
map ctrl+alt+9 send_text all \x02\x39
|
||||
# R (Jump to Last tmux Session)
|
||||
map ctrl+alt+l send_text all \x02\x52
|
||||
map ctrl+alt+r send_text all \x02\x52
|
||||
# b (Previous Window)
|
||||
map ctrl+alt+[ send_text all \x02\x62
|
||||
map ctrl+alt+h send_text all \x02\x62
|
||||
# n (Next Window)
|
||||
map ctrl+alt+] send_text all \x02\x6e
|
||||
map ctrl+alt+l send_text all \x02\x6e
|
||||
# " (New Horizontal Pane)
|
||||
map ctrl+alt+n send_text all \x02\x22
|
||||
# % (New Vertical Pane)
|
||||
@@ -85,7 +88,7 @@ map ctrl+alt+q send_text all \x02\x64
|
||||
# : (Command Mode)
|
||||
map ctrl+alt+; send_text all \x02\x3a
|
||||
# ! (Move Pane to New Window)
|
||||
map ctrl+alt+j send_text all \x02\x21
|
||||
map ctrl+alt+y send_text all \x02\x21
|
||||
# x (Close Pane)
|
||||
map ctrl+alt+w send_text all \x02\x78
|
||||
|
||||
|
||||
Reference in New Issue
Block a user