This commit is contained in:
Jeff Lance 2020-01-05 01:25:23 +01:00
parent 76ddf8925d
commit 3dcc49783b

View File

@ -62,7 +62,7 @@ kitty_mod ctrl+shift
#: shortcuts, you can change it in your kitty.conf to change the #: shortcuts, you can change it in your kitty.conf to change the
#: modifiers for all the default shortcuts. #: modifiers for all the default shortcuts.
clear_all_shortcuts no clear_all_shortcuts yes
#: You can have kitty remove all shortcut definition seen up to this #: You can have kitty remove all shortcut definition seen up to this
#: point. Useful, for instance, to remove the default shortcuts. #: point. Useful, for instance, to remove the default shortcuts.
@ -144,6 +144,7 @@ map kitty_mod+h show_scrollback
#: Window management {{{ #: Window management {{{
map super+enter new_window map super+enter new_window
map super+shift+enter new_os_window
#map kitty_mod+enter new_window #map kitty_mod+enter new_window
#: You can open a new window running an arbitrary program, for #: You can open a new window running an arbitrary program, for
@ -169,7 +170,7 @@ map super+enter new_window
#: map ctrl+n new_window !neighbor some_program #: map ctrl+n new_window !neighbor some_program
#: map ctrl+f new_window !first some_program #: map ctrl+f new_window !first some_program
map kitty_mod+n new_os_window #: map kitty_mod+n new_os_window
#: Works like new_window above, except that it opens a top level OS #: Works like new_window above, except that it opens a top level OS
#: kitty window. In particular you can use new_os_window_with_cwd to #: kitty window. In particular you can use new_os_window_with_cwd to