up
This commit is contained in:
parent
76ddf8925d
commit
3dcc49783b
@ -62,7 +62,7 @@ kitty_mod ctrl+shift
|
||||
#: shortcuts, you can change it in your kitty.conf to change the
|
||||
#: 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
|
||||
#: point. Useful, for instance, to remove the default shortcuts.
|
||||
@ -144,6 +144,7 @@ map kitty_mod+h show_scrollback
|
||||
#: Window management {{{
|
||||
|
||||
map super+enter new_window
|
||||
map super+shift+enter new_os_window
|
||||
#map kitty_mod+enter new_window
|
||||
|
||||
#: 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+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
|
||||
#: kitty window. In particular you can use new_os_window_with_cwd to
|
||||
|
Loading…
x
Reference in New Issue
Block a user