mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-03-23 14:31:32 -04:00
11 lines
235 B
Bash
11 lines
235 B
Bash
# 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
|