kitty: open tab with shift+t
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
term xterm-256color
|
term xterm-256color
|
||||||
confirm_os_window_close 0
|
confirm_os_window_close 0
|
||||||
shell_integration no-cursor # https://sw.kovidgoyal.net/kitty/shell-integration
|
# https://sw.kovidgoyal.net/kitty/shell-integration
|
||||||
|
shell_integration no-cursor
|
||||||
clipboard_control write-clipboard write-primary no-append
|
clipboard_control write-clipboard write-primary no-append
|
||||||
|
|
||||||
### Appearance
|
### Appearance
|
||||||
@@ -42,7 +43,7 @@ tab_title_template "{fmt.fg.red}{bell_symbol}{activity_symbol}{fmt.fg.tab}{title
|
|||||||
|
|
||||||
### Keyboard
|
### Keyboard
|
||||||
|
|
||||||
map ctrl+t launch --cwd=current --type=tab
|
map ctrl+shift+t launch --cwd=current --type=tab
|
||||||
|
|
||||||
map alt+shift+1 goto_tab 1
|
map alt+shift+1 goto_tab 1
|
||||||
map alt+shift+2 goto_tab 2
|
map alt+shift+2 goto_tab 2
|
||||||
|
|||||||
Reference in New Issue
Block a user