diff options
-rw-r--r-- | tmux/tmux.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf index d37a57a..6503def 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -43,8 +43,8 @@ run '~/.tmux/plugins/tpm/tpm' set -g mouse on unbind C-b -set -g prefix C-a -bind C-a send-prefix +set -g prefix M-a +bind M-a send-prefix # Vim style pane selection bind h select-pane -L |