diff options
Diffstat (limited to 'tmux/.config')
| -rw-r--r-- | tmux/.config/tmux/tmux.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tmux/.config/tmux/tmux.conf b/tmux/.config/tmux/tmux.conf index 4855a88..59b1d33 100644 --- a/tmux/.config/tmux/tmux.conf +++ b/tmux/.config/tmux/tmux.conf @@ -15,9 +15,9 @@ set -g mouse on # Enable clipboard. set -g set-clipboard on -# Bind Ctrl-SPACE to be the tmux prefix. -set -g prefix C-SPACE -bind-key C-SPACE send-prefix +# Bind Alt+Space to be the tmux prefix. +set -g prefix M-SPACE +bind-key M-SPACE send-prefix # Vim-style pane navigation. bind h select-pane -LZ |
