Skip to content

Commit

Permalink
tmux: Use long form of bind-key command
Browse files Browse the repository at this point in the history
  • Loading branch information
kutsan committed Aug 25, 2018
1 parent e0ae28d commit bdafc25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .tmux/config/mappings.tmux
Expand Up @@ -85,13 +85,13 @@ bind-key / copy-mode \; send-keys '/'
bind-key ? copy-mode \; send-keys '?'

# Quickly navigate up and down in visual mode.
bind -T copy-mode-vi K \
bind-key -T copy-mode-vi K \
send-keys -X cursor-up \; \
send-keys -X cursor-up \; \
send-keys -X cursor-up \; \
send-keys -X cursor-up \; \
send-keys -X cursor-up \;
bind -T copy-mode-vi J \
bind-key -T copy-mode-vi J \
send-keys -X cursor-down \; \
send-keys -X cursor-down \; \
send-keys -X cursor-down \; \
Expand Down

0 comments on commit bdafc25

Please sign in to comment.