From 278ae8af19330468d20a6b6873f7e206df8910d2 Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Fri, 10 Aug 2018 16:11:10 +0000 Subject: Updating copy mode shortcut --- tmux.config | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tmux.config') diff --git a/tmux.config b/tmux.config index d649047..1426629 100644 --- a/tmux.config +++ b/tmux.config @@ -38,6 +38,9 @@ bind a set-window-option synchronize-panes bind C-v resize-pane -Z # Swapping panes shorcut bind C-e swap-pane -s 1.2 -t 2.1 +# I constantly mix up copy/paste. Very annoying with scripts +unbind [ +bind C-c copy-mode ##################################### # Settings -- cgit v1.2.3