diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2024-05-11 07:53:11 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2024-05-11 07:53:11 -0300 |
commit | cb24e2d435c01f7699caf70fcdfc3640cfe53f35 (patch) | |
tree | 82cbb1df68ebaa759f0142a4d0e09e4bff60c200 | |
parent | 600548eff7f320c6503d70e7b3471a5ac8ccc434 (diff) |
kitty: initial commit
-rw-r--r-- | kitty.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/kitty.conf b/kitty.conf new file mode 100644 index 0000000..8b1e3a4 --- /dev/null +++ b/kitty.conf @@ -0,0 +1,3 @@ +# jump to beginning and end of word +map ctrl+left send_text all \x1b\x62 +map ctrl+right send_text all \x1b\x66 |