diff --git a/tmux/tmux.conf b/tmux/tmux.conf index b547267..9d3a86e 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -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"