Prepare for configuration overhaul

This commit is contained in:
TheWanderingCrow 2024-10-05 12:02:31 -04:00
parent 51a810bfbe
commit 18b295a5f5
14 changed files with 35 additions and 41 deletions

View file

@ -0,0 +1,11 @@
# split panes using | and -
bind | split-window -h
bind - split-window -v
unbind '"'
unbind %
# Alt-arrow pane nav
bind -n M-Left select-pane -L
bind -n M-Right select-pane -R
bind -n M-Up select-pane -U
bind -n M-Down select-pane -D