From 9010d60cc160a8eaed437ca04a256d80a6e2aa51 Mon Sep 17 00:00:00 2001 From: Tim McCarthy Date: Thu, 23 Sep 2021 12:05:33 -0700 Subject: [PATCH] Adjust kitty keybinds --- kitty/kitty.conf | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/kitty/kitty.conf b/kitty/kitty.conf index 6b7e673..0170876 100644 --- a/kitty/kitty.conf +++ b/kitty/kitty.conf @@ -420,7 +420,7 @@ font_size 12.0 #: suffix of "c" on the width/height values to have them interpreted #: as number of cells instead of pixels. -# enabled_layouts * +enabled_layouts vertical, tall, grid #: The enabled window layouts. A comma separated list of layout names. #: The special value all means all layouts. The first listed layout @@ -1143,10 +1143,13 @@ macos_option_as_alt left #: open a window with the current working directory. # -map ctrl+s>h neighboring_window left -map ctrl+s>j neighboring_window down -map ctrl+s>k neighboring_window up -map ctrl+s>l neighboring_window right +map kitty_mod+h neighboring_window left +map kitty_mod+j neighboring_window down +map kitty_mod+k neighboring_window up +map kitty_mod+l neighboring_window right + +map ctrl+s>l next_layout +map ctrl+s>h show_scrollback # map kitty_mod+w close_window # map kitty_mod+] next_window