diff options
author | Cody Hiar <codyfh@gmail.com> | 2017-04-27 19:43:44 -0600 |
---|---|---|
committer | Cody Hiar <codyfh@gmail.com> | 2017-04-27 19:44:02 -0600 |
commit | 5e4f8117bec145f76b8193181338a80451114154 (patch) | |
tree | 177b4d052a7af8e7622d967357ee89abdcfaa7b7 /tmux.config | |
parent | e07d3e8e72bb19d37817fda1c00aad670aa9515d (diff) |
2.4 updates
Diffstat (limited to 'tmux.config')
-rw-r--r-- | tmux.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux.config b/tmux.config index 594dbcf..6fcc4b3 100644 --- a/tmux.config +++ b/tmux.config @@ -34,7 +34,7 @@ bind C-m run-shell "$HOME/.tmux/scripts/bottom_window_drawer.sh" ##################################### # Setup 'v' to begin selection as in Vim -bind -t vi-copy v begin-selection +bind -T copy-mode-vi v begin-selection # Help with the color problems set -g default-terminal "screen-256color" # Mouse Scrolling |