diff options
-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 |