change tmux binding to C-q
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user