aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tmux/tmux.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf
index f2c2e8a5..a16742bd 100644
--- a/tmux/tmux.conf
+++ b/tmux/tmux.conf
@@ -53,7 +53,7 @@ bind-key p previous-window
bind-key s choose-session
bind-key Tab select-pane -t :.+
-# Use a sort of vi-ish copy-paste.
+# Use vim-like copy and paste.
bind-key -t vi-copy 'v' begin-selection
bind-key -t vi-copy 'y' copy-selection