diff options
-rw-r--r-- | .tmux.conf.local | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.tmux.conf.local b/.tmux.conf.local index 17c4342..401e434 100644 --- a/.tmux.conf.local +++ b/.tmux.conf.local @@ -338,11 +338,11 @@ set -g mouse on #set -g mode-keys vi # replace C-b by C-a instead of using both prefixes -# set -gu prefix2 -# unbind C-a +set -gu prefix2 +unbind C-a # unbind C-b -# set -g prefix C-a -# bind C-a send-prefix +set -g prefix2 C-q +bind C-q send-prefix -1 # move status line to top #set -g status-position top |