diff options
Diffstat (limited to 'solanum/dot_tmux.conf')
-rw-r--r-- | solanum/dot_tmux.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/solanum/dot_tmux.conf b/solanum/dot_tmux.conf index e6b5d2c..f122ae7 100644 --- a/solanum/dot_tmux.conf +++ b/solanum/dot_tmux.conf @@ -6,12 +6,12 @@ setw -g mode-keys vi # remap prefix to Control + a -set -g prefix C-a +set -g prefix C-q unbind C-b -bind C-a send-prefix +bind C-q send-prefix -unbind a -bind-key a copy-mode +unbind q +bind-key q copy-mode unbind p bind p paste-buffer |