chore(config): kitty map
parent
6a1fd27071
commit
0207d539d7
|
@ -24,9 +24,16 @@ remember_window_size no
|
|||
initial_window_width 800
|
||||
initial_window_height 640
|
||||
|
||||
# https://sw.kovidgoyal.net/kitty/conf/#advanced
|
||||
shell_integration no-cursor
|
||||
|
||||
# https://sw.kovidgoyal.net/kitty/conf/#os-specific-tweaks
|
||||
macos_option_as_alt both
|
||||
macos_quit_when_last_window_closed yes
|
||||
|
||||
# https://sw.kovidgoyal.net/kitty/conf/#advanced
|
||||
shell_integration no-cursor
|
||||
# https://sw.kovidgoyal.net/kitty/conf/#keyboard-shortcuts
|
||||
# https://sw.kovidgoyal.net/kitty/conf/#all-mappable-actions
|
||||
map kitty_mod+t new_tab_with_cwd
|
||||
map super+t new_tab_with_cwd
|
||||
map kitty_mod+e open_url_with_hints
|
||||
map super+e open_url_with_hints
|
||||
|
|
Loading…
Reference in New Issue