Kill hierarchy

This commit is contained in:
Daniel Flanagan 2023-06-08 16:02:58 -05:00
parent 4de87afd25
commit 13ebffe0cc
Signed by: lytedev
GPG Key ID: 5B2020A0F9921EF4
1 changed files with 11 additions and 4 deletions

View File

@ -21,12 +21,12 @@ window_margin_width 0.0
confirm_os_window_close 0
enabled_layouts splits:split_axis=vertical
enabled_layouts splits:split_axis=vertical,stack
map ctrl+shift+1 change_font_size all 12.5
map ctrl+shift+2 change_font_size all 18.5
map ctrl+shift+3 change_font_size all 26
map ctrl+shift+o launch --stdin-source=@screen_scrollback hx
map ctrl+shift+o launch --type=tab --stdin-source=@screen_scrollback hx
map ctrl+shift+equal change_font_size all +0.5
map ctrl+shift+minus change_font_size all -0.5
@ -35,8 +35,13 @@ map shift+insert paste_from_clipboard
map ctrl+shift+v paste_from_selection
map ctrl+shift+c copy_to_clipboard
map ctrl+shift+j launch --location=hsplit
map ctrl+shift+l launch --location=vsplit
map ctrl+shift+j launch --location=hsplit --cwd=current
map ctrl+shift+l launch --location=vsplit --cwd=current
# kill pane
map ctrl+shift+q close_window
# kill tab
map ctrl+alt+shift+q close_tab
map ctrl+alt+shift+k move_window up
map ctrl+alt+shift+h move_window left
@ -50,6 +55,8 @@ map ctrl+j neighboring_window down
map ctrl+shift+n nth_window -1
map ctrl+shift+space>u kitten hints --type=url --program @
map ctrl+shift+z toggle_layout stack
shell_integration disabled
enable_audio_bell yes