From aa39f9ae9d0fcbad48dbf6b1d6238201266ca264 Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Mon, 26 Dec 2022 13:34:48 +0100 Subject: [PATCH] chore(kitty): change a few shortcuts --- kitty/kitty.conf | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/kitty/kitty.conf b/kitty/kitty.conf index 1e51097..548b981 100644 --- a/kitty/kitty.conf +++ b/kitty/kitty.conf @@ -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