change tmux binding to C-q

This commit is contained in:
Ivan Malison 2015-06-15 04:57:17 -07:00
parent c1f0fb5af6
commit 2d4241da60

View File

@ -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