diff options
| -rw-r--r-- | tmux.conf | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -14,6 +14,11 @@ set -g status-right "#[fg=black,bg=green] #(whoami)@#h|m:#(sh $HOME/.tmux_helper # Pretty nifty little option to mirror input for all panes bind M-s setw synchronize-panes +# Allow the hotkeys to be switched using M-x to C-x, M-b to C-b, and so forth +bind M-x set prefix C-x +bind M-b set prefix C-b +bind M-a set prefix C-a + # set -g mode-mouse on setw -g mode-keys vi # setw -g aggressive-resize on |
