« get me outta code hell

tmux, kitty: fake keybindings - dotfiles - Miscellaneous configuration files of my personal use
about summary refs log tree commit diff
path: root/kitty.conf
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2024-05-11 09:07:51 -0300
committer(quasar) nebula <qznebula@protonmail.com>2024-05-11 09:07:51 -0300
commit3f9154fc4f48b1119e449b4de729dd7d42fb0dd6 (patch)
treee79cdd7a119ecc1dc21cc3d86d9ca7345074fdbf /kitty.conf
parentcb24e2d435c01f7699caf70fcdfc3640cfe53f35 (diff)
tmux, kitty: fake keybindings
Diffstat (limited to 'kitty.conf')
-rw-r--r--kitty.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/kitty.conf b/kitty.conf
index 8b1e3a4..a4eb9b6 100644
--- a/kitty.conf
+++ b/kitty.conf
@@ -1,3 +1,12 @@
 # jump to beginning and end of word
 map ctrl+left send_text all \x1b\x62
 map ctrl+right send_text all \x1b\x66
+
+# "Fake" keybindings, for sending input not representable by ASCII chords.
+
+map ctrl+shift+, send_key alt+shift+a   ## tmux: swap window with previous
+map ctrl+shift+. send_key alt+shift+b   ## tmux: swap window with next
+map ctrl+, send_key alt+shift+c   ## tmux: view previous window
+map ctrl+. send_key alt+shift+d   ## tmux: view next window
+
+# End "fake" keybindings.