tmux/kitty: re-enable tmux
This commit is contained in:
@@ -192,7 +192,7 @@ disable_ligatures cursor
|
||||
#: curl oscillates. With sparse the curl will peak once per character,
|
||||
#: with dense twice.
|
||||
|
||||
text_composition_strategy 2.5
|
||||
text_composition_strategy 3
|
||||
|
||||
#: Control how kitty composites text glyphs onto the background color.
|
||||
#: The default value of platform tries for text rendering as close to
|
||||
@@ -740,7 +740,7 @@ window_alert_on_bell no
|
||||
#: Window layout {{{
|
||||
|
||||
remember_window_size no
|
||||
initial_window_width 80c
|
||||
initial_window_width 100c
|
||||
initial_window_height 30c
|
||||
|
||||
#: If enabled, the OS Window size will be remembered so that new
|
||||
@@ -893,7 +893,7 @@ hide_window_decorations yes
|
||||
#: insensitive, from the set [0-9A-Z]. Specify your preference as a
|
||||
#: string of characters.
|
||||
|
||||
confirm_os_window_close 1
|
||||
confirm_os_window_close 0
|
||||
|
||||
#: Ask for confirmation when closing an OS window or a tab with at
|
||||
#: least this number of kitty windows in it by window manager (e.g.
|
||||
@@ -2394,37 +2394,39 @@ term xterm-256color
|
||||
map ctrl+t launch --cwd=current --type=tab
|
||||
map ctrl+shift+t launch --type=tab
|
||||
|
||||
map alt+1 goto_tab 1
|
||||
map alt+2 goto_tab 2
|
||||
map alt+3 goto_tab 3
|
||||
map alt+4 goto_tab 4
|
||||
map alt+5 goto_tab 5
|
||||
map alt+6 goto_tab 6
|
||||
map alt+7 goto_tab 7
|
||||
map alt+8 goto_tab 8
|
||||
map alt+9 goto_tab 8
|
||||
map alt+0 goto_tab 0
|
||||
# map alt+1 goto_tab 1
|
||||
# map alt+2 goto_tab 2
|
||||
# map alt+3 goto_tab 3
|
||||
# map alt+4 goto_tab 4
|
||||
# map alt+5 goto_tab 5
|
||||
# map alt+6 goto_tab 6
|
||||
# map alt+7 goto_tab 7
|
||||
# map alt+8 goto_tab 8
|
||||
# map alt+9 goto_tab 8
|
||||
# map alt+0 goto_tab 0
|
||||
|
||||
# Window management
|
||||
map ctrl+enter new_window_with_cwd
|
||||
enabled_layouts tall,stack
|
||||
map alt+f toggle_layout stack
|
||||
# # Window management
|
||||
# map ctrl+enter new_window_with_cwd
|
||||
# # switch with ctrl+shift+l
|
||||
# enabled_layouts tall,fat,stack
|
||||
# map alt+f toggle_layout stack
|
||||
|
||||
map alt+shift+k move_window up
|
||||
map alt+shift+h move_window left
|
||||
map alt+shift+l move_window right
|
||||
map alt+shift+j move_window down
|
||||
map alt+k neighboring_window up
|
||||
map alt+h neighboring_window left
|
||||
map alt+l neighboring_window right
|
||||
map alt+j neighboring_window down
|
||||
map ctrl+left resize_window narrower
|
||||
map ctrl+right resize_window wider
|
||||
map ctrl+up resize_window taller
|
||||
map ctrl+down resize_window shorter
|
||||
map ctrl+backspace resize_window reset
|
||||
# map alt+shift+k move_window up
|
||||
# map alt+shift+h move_window left
|
||||
# map alt+shift+l move_window right
|
||||
# map alt+shift+j move_window down
|
||||
|
||||
# map alt+k neighboring_window up
|
||||
# map alt+h neighboring_window left
|
||||
# map alt+l neighboring_window right
|
||||
# map alt+j neighboring_window down
|
||||
|
||||
# map ctrl+left resize_window narrower
|
||||
# map ctrl+right resize_window wider
|
||||
# map ctrl+up resize_window taller
|
||||
# map ctrl+down resize_window shorter
|
||||
|
||||
# map ctrl+backspace resize_window reset
|
||||
|
||||
# BEGIN_KITTY_THEME
|
||||
# Everforest Light Medium
|
||||
|
||||
Reference in New Issue
Block a user