diff options
Diffstat (limited to 'tmux.config')
-rw-r--r-- | tmux.config | 3 |
1 files changed, 3 insertions, 0 deletions
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 |