mirror of
https://github.com/DefectingCat/dotfiles
synced 2025-07-15 16:51:36 +00:00
update kitty
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
# vim:fileencoding=utf-8:foldmethod=marker
|
||||
|
||||
kitty_mod alt
|
||||
# kitty_mod alt # for linux
|
||||
kitty_mod cmd # for macos
|
||||
#: Fonts {{{
|
||||
|
||||
#: kitty has very powerful font management. You can configure
|
||||
@ -1365,7 +1366,7 @@ tab_title_template "{index}: {title[title.rfind('/')+1:]}"
|
||||
#: background_opacity. If you want to use both, you are probably
|
||||
#: better off just hiding the titlebar with hide_window_decorations.
|
||||
|
||||
macos_option_as_alt yes
|
||||
macos_option_as_alt true
|
||||
|
||||
#: Use the Option key as an Alt key on macOS. With this set to no,
|
||||
#: kitty will use the macOS native Option+Key to enter Unicode
|
||||
@ -1858,6 +1859,15 @@ map kitty_mod+6 goto_tab 6
|
||||
map kitty_mod+7 goto_tab 7
|
||||
map kitty_mod+8 goto_tab 8
|
||||
map kitty_mod+9 goto_tab 9
|
||||
# map super+1 goto_tab 1
|
||||
# map super+2 goto_tab 2
|
||||
# map super+3 goto_tab 3
|
||||
# map super+4 goto_tab 4
|
||||
# map super+5 goto_tab 5
|
||||
# map super+6 goto_tab 6
|
||||
# map super+7 goto_tab 7
|
||||
# map super+8 goto_tab 8
|
||||
# map super+9 goto_tab 9
|
||||
#: Next tab
|
||||
|
||||
# map kitty_mod+right next_tab
|
||||
|
Reference in New Issue
Block a user