change tmux binding to C-q
This commit is contained in:
parent
c1f0fb5af6
commit
2d4241da60
@ -1,8 +1,8 @@
|
||||
set-option -g default-command "zsh"
|
||||
|
||||
unbind C-g
|
||||
set -g prefix C-o
|
||||
bind-key C-o send-prefix
|
||||
unbind C-o
|
||||
set -g prefix C-q
|
||||
bind-key C-q send-prefix
|
||||
|
||||
set -gw mode-keys emacs
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user