aboutsummaryrefslogtreecommitdiff
path: root/tmux/tmux.conf
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-04-27 13:09:36 +1200
committerTom Ryder <tom@sanctum.geek.nz>2012-04-27 13:09:36 +1200
commit844d740d62121799a545d8079e3acd10f3abde1e (patch)
treeff06cd9060fa84596c2fd575c12e0707393a80da /tmux/tmux.conf
parentUnify tmux configuration. (diff)
downloaddotfiles-844d740d62121799a545d8079e3acd10f3abde1e.tar.gz
dotfiles-844d740d62121799a545d8079e3acd10f3abde1e.zip
Really more of a vim-like yank/paste.
Diffstat (limited to 'tmux/tmux.conf')
-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