aboutsummaryrefslogtreecommitdiff
path: root/tmux.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tmux.conf')
-rw-r--r--tmux.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/tmux.conf b/tmux.conf
index a7937a5..40ef438 100644
--- a/tmux.conf
+++ b/tmux.conf
@@ -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