From 2d4241da605acd5673f2932a0bc240515a2e69d0 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Mon, 15 Jun 2015 04:57:17 -0700 Subject: [PATCH] change tmux binding to C-q --- dotfiles/tmux.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dotfiles/tmux.conf b/dotfiles/tmux.conf index 24f87a45..4983cb9e 100644 --- a/dotfiles/tmux.conf +++ b/dotfiles/tmux.conf @@ -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