diff options
author | jao <jao@gnu.org> | 2022-06-08 23:31:57 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-06-08 23:31:57 +0100 |
commit | e6cf5ce907b080114b7197a0b55cdea50034bd21 (patch) | |
tree | 4ba47d11467c58c4e1cd3503166cc801e3361ced /data | |
parent | 4fc81beb4aee43207dec0d665935d5579ad06818 (diff) | |
download | elibs-e6cf5ce907b080114b7197a0b55cdea50034bd21.tar.gz elibs-e6cf5ce907b080114b7197a0b55cdea50034bd21.tar.bz2 |
kitty: mappings that ace-window was screweing up
Diffstat (limited to 'data')
-rw-r--r-- | data/kitty.conf | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/data/kitty.conf b/data/kitty.conf index 0b9584b..3a4175c 100644 --- a/data/kitty.conf +++ b/data/kitty.conf @@ -12,17 +12,6 @@ map ctrl+' send_text all \x1b[27;5;39~ map ctrl+( send_text all \x1b[27;5;40~ map ctrl+) send_text all \x1b[27;5;41~ -map f1 send_text all \x1b[11~ -map f2 send_text all \x1b[12~ -map f3 send_text all \x1b[13~ -map f4 send_text all \x1b[14~ - -map up send_text all \x1b[A -map down send_text all \x1b[B -map right send_text all \x1b[C -map left send_text all \x1b[D - - box_drawing_scale 0.1, 0.5, 1, 1 cursor orangered2 |