From 351e96b5faf62aa74e1119bc874e51e1dc73b70b Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Wed, 22 Apr 2015 09:35:04 +0100 Subject: tmux vi-mode --- tmux.conf | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tmux.conf') diff --git a/tmux.conf b/tmux.conf index f34bfca..0d3acd9 100644 --- a/tmux.conf +++ b/tmux.conf @@ -7,6 +7,10 @@ unbind C-b set -g prefix C-Space bind Space send-prefix +set-window-option -g mode-keys vi +bind-key -t vi-copy 'v' begin-selection +bind-key -t vi-copy 'y' copy-selection + set -g @tpm_plugins ' \ tmux-plugins/tpm \ tmux-plugins/tmux-sensible \ -- cgit v1.2.3