diff options
author | Cody Hiar <codyfh@gmail.com> | 2018-08-10 16:11:10 +0000 |
---|---|---|
committer | Cody Hiar <codyfh@gmail.com> | 2018-08-10 16:11:10 +0000 |
commit | 278ae8af19330468d20a6b6873f7e206df8910d2 (patch) | |
tree | 8fbf4d320a68e5e2e2de77d962cb1daa9dffae64 /tmux.config | |
parent | a19940c0e1334d5c95c7231147bc8ad0e474f3dc (diff) |
Updating copy mode shortcut
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 |