Prepare for configuration overhaul
This commit is contained in:
parent
51a810bfbe
commit
18b295a5f5
14 changed files with 35 additions and 41 deletions
11
modules/users/crow/configs/tmux/tmux.conf
Normal file
11
modules/users/crow/configs/tmux/tmux.conf
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue