diff options
| author | Cody Hiar <codyfh@gmail.com> | 2017-01-03 10:38:52 -0700 |
|---|---|---|
| committer | Cody Hiar <codyfh@gmail.com> | 2017-01-03 10:38:52 -0700 |
| commit | 037be189ec10d81dbbfa893b7965132b2d6cc886 (patch) | |
| tree | dd49f1f38d84b1faf796d4f7b7381c14f649be40 /tmux.config | |
| parent | 5228c180067b3d2b8af970904e8928799cbdd156 (diff) | |
Changing linux tmux bindings to use vim copy/yank
Diffstat (limited to 'tmux.config')
| -rw-r--r-- | tmux.config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tmux.config b/tmux.config index 5c9f87f..b3637f6 100644 --- a/tmux.config +++ b/tmux.config @@ -26,6 +26,8 @@ bind a set-window-option synchronize-panes # Settings ##################################### +# Setup 'v' to begin selection as in Vim +bind -t vi-copy v begin-selection # Help with the color problems set -g default-terminal "screen-256color" # Mouse Scrolling |
