Skip to content

Commit

Permalink
[tmux] Update tmux vi keybindings
Browse files Browse the repository at this point in the history
See the following tmux commit for the change that makes this configuration
changes necessary
tmux/tmux@76d6d36

Also: tmux/tmux#592
  • Loading branch information
Will Price committed Jan 31, 2018
1 parent f3161d4 commit 68b50f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tmux/.tmux.conf
Expand Up @@ -57,8 +57,8 @@ bind C-a send-prefix # issuing `prefix C-a` will
# keys
bind C-l send-keys 'C-l'
set -g mode-keys vi
bind -t vi-copy 'v' begin-selection
bind -t vi-copy 'y' copy-selection
bind -Tcopy-mode 'v' send -X begin-selection
bind -Tcopy-mode 'y' send -X copy-selection

# List of plugins
# Supports `github_username/repo` or full git URLs
Expand Down

0 comments on commit 68b50f6

Please sign in to comment.