⚙️ config(kitty): change some keybinds
This commit is contained in:
parent
c835743bd6
commit
41b3e039c3
1 changed files with 3 additions and 3 deletions
|
@ -1698,8 +1698,8 @@ map cmd+enter new_window
|
||||||
|
|
||||||
#: New OS window
|
#: New OS window
|
||||||
|
|
||||||
map kitty_mod+n new_os_window
|
#:: map kitty_mod+n new_os_window
|
||||||
map cmd+n new_os_window
|
map cmd+n launch --type os-window --cwd=current
|
||||||
|
|
||||||
#:: 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
|
||||||
#:: window. In particular you can use new_os_window_with_cwd to open
|
#:: window. In particular you can use new_os_window_with_cwd to open
|
||||||
|
@ -1841,7 +1841,7 @@ map kitty_mod+, move_tab_backward
|
||||||
#: Set tab title
|
#: Set tab title
|
||||||
|
|
||||||
map kitty_mod+alt+t set_tab_title
|
map kitty_mod+alt+t set_tab_title
|
||||||
map shift+cmd+i set_tab_title
|
map kitty_mod+n set_tab_title
|
||||||
|
|
||||||
|
|
||||||
#: You can also create shortcuts to go to specific tabs, with 1 being
|
#: You can also create shortcuts to go to specific tabs, with 1 being
|
||||||
|
|
Loading…
Add table
Reference in a new issue