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