From 844d740d62121799a545d8079e3acd10f3abde1e Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 27 Apr 2012 13:09:36 +1200 Subject: Really more of a vim-like yank/paste. --- tmux/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tmux') 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 -- cgit v1.2.3