Add Tmux config
This commit is contained in:
parent
dc87f5fb3c
commit
2b479aa52a
1 changed files with 12 additions and 0 deletions
12
tmux/tmux.conf
Normal file
12
tmux/tmux.conf
Normal file
|
@ -0,0 +1,12 @@
|
|||
unbind C-b
|
||||
set-option -g prefix C-x
|
||||
set -g base-index 1 # Windows
|
||||
set -g default-terminal 'screen-256color'
|
||||
|
||||
bind-key -n C-h previous-window
|
||||
bind-key -n C-l next-window
|
||||
|
||||
bind-key -n M-h select-pane -L
|
||||
bind-key -n M-j select-pane -D
|
||||
bind-key -n M-k select-pane -U
|
||||
bind-key -n M-l select-pane -R
|
Loading…
Reference in a new issue