update kitty config
This commit is contained in:
parent
52cc9ae0a9
commit
0648e8a8cf
1 changed files with 5 additions and 2 deletions
|
|
@ -1970,8 +1970,11 @@ map --when-focus-on var:IS_NVIM alt+l
|
||||||
# map kitty_mod+enter new_window
|
# map kitty_mod+enter new_window
|
||||||
# map cmd+enter new_window
|
# map cmd+enter new_window
|
||||||
map ctrl+space>enter new_window
|
map ctrl+space>enter new_window
|
||||||
map ctrl+space>s launch --location=vsplit --cwd=current
|
map ctrl+space>s launch --location=vsplit --cwd=root
|
||||||
map ctrl+space>v launch --location=split --cwd=current
|
map ctrl+space>v launch --location=split --cwd=root
|
||||||
|
map ctrl+space>ctrl+s launch --location=vsplit
|
||||||
|
map ctrl+space>ctrl+v launch --location=split
|
||||||
|
|
||||||
|
|
||||||
#:: You can open a new kitty window running an arbitrary program, for
|
#:: You can open a new kitty window running an arbitrary program, for
|
||||||
#:: example::
|
#:: example::
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue