set -g default-terminal "xterm" # set navigation to quicker finger combos # hjkl pane traversal bind h select-pane -L bind j select-pane -D bind k select-pane -U bind l select-pane -R #bind-key -r C-h resizep -L #bind-key -r C-j resizep -R #bind-key -r C-k resizep -U #bind-key -r C-l resizep -D #bind -n M-Left select-pane -L #bind -n M-Down select-pane -D #bind -n M-Up select-pane -U #bind -n M-Right select-pane -R # split panes using | and - bind | split-window -h bind - split-window -v unbind '"' unbind % # copy mode using vi set-window-option mode-keys vi #set-window-option -g mode-keys vi