Fresh start to remove subtree artifacts

This commit is contained in:
2025-01-22 12:56:39 +00:00
parent a42f4061af
commit dad55ecd26
44 changed files with 7651 additions and 1920 deletions
+17 -26
View File
@@ -8,29 +8,20 @@ map ctrl+shift+[ discard_event
map ctrl+shift+] discard_event
map ctrl+shift+n discard_event
map ctrl+shift+q discard_event
# I like the zellij bindings so lets make something similar here
map alt+n new_window
map alt+shift+n launch --cwd=current
map ctrl+alt+n new_os_window
map ctrl+alt+shift+n new_os_window_with_cwd
map alt+q close_window
map alt+l next_window
map alt+right next_window
map alt+h previous_window
map alt+left previous_window
map alt+shift+l move_window_forward
map alt+shift+right move_window_forward
map alt+shift+h move_window_backward
map alt+shift+left move_window_backward
map alt+r start_resizing_window
# Lets fill in the gaps with tab controls that make sense
map alt+t new_tab
map alt+shift+t set_tab_title
map alt+k next_tab
map alt+up next_tab
map alt+j previous_tab
map alt+down previous_tab
map alt+shift+k move_tab_forward
map alt+shift+up move_tab_forward
map alt+shift+j move_tab_backward
map alt+shift+down move_tab_backward
# Next, lets bind my usual keys, with ctrl as the modifier key
map ctrl+h new_window
map ctrl+shift+h launch --cwd=current
map ctrl+n new_os_window
map ctrl+shift+n new_os_window_with_cwd
map ctrl+q close_window
map ctrl+right next_window
map ctrl+left previous_window
map ctrl+shift+right move_window_forward
map ctrl+shift+left move_window_backward
map ctrl+space start_resizing_window
map ctrl+t new_tab
map ctrl+shift+t set_tab_title
map ctrl+l next_tab
map ctrl+h previous_tab
map alt+shift+l move_tab_forward
map alt+shift+h move_tab_backward