Added tmux config changes

This commit is contained in:
Wryn Wagner 2019-12-28 19:25:11 -07:00
parent 4f5247a553
commit 1ffc10f866

View File

@ -1,4 +1,3 @@
set-option -gw xterm-keys on
# pane switch with vim-like controls
bind -n M-h select-pane -L
bind -n M-j select-pane -D
@ -13,8 +12,8 @@ bind -n M-K resize-pane -U 2
bind -n M-L resize-pane -R 2
# alt tab for window shift
bind -n M-Tab next-window
bind -n M-BTab previous-window
bind-key -n M-Tab next-window
bind-key -n M-BTab previous-window
# alt number for switch
bind-key -n M-1 select-window -t 0
@ -29,11 +28,11 @@ bind-key -n M-9 select-window -t 8
# new window and split pane quickly
bind-key -n M-n new-window
bind-key -n M-c new-window
bind-key -n M-v split-window -v
bind-key -n M-b split-window -h
bind-key -n M-q killp
# quick reload
bind r source-file ~/.tmux.conf; display "`~/.tmux.config` reloaded!"
bind-key r source-file ~/.tmux.conf\; display "TMUX CONFIG RELOADED"