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"
|
set-option -g default-command "zsh"
|
||||||
|
|
||||||
unbind C-g
|
unbind C-o
|
||||||
set -g prefix C-o
|
set -g prefix C-q
|
||||||
bind-key C-o send-prefix
|
bind-key C-q send-prefix
|
||||||
|
|
||||||
set -gw mode-keys emacs
|
set -gw mode-keys emacs
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user