From 136442f738c1cd243f2db2df3d4780b11b9eb483 Mon Sep 17 00:00:00 2001 From: johannst Date: Sun, 2 Apr 2017 12:17:44 +0200 Subject: added start/end of line keymaps in tmux vi-copy mode --- tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tmux.conf b/tmux.conf index f982f49..12bd9ed 100644 --- a/tmux.conf +++ b/tmux.conf @@ -42,6 +42,8 @@ bind-key l select-pane -R set-window-option -g mode-keys vi bind-key -t vi-copy 'v' begin-selection bind-key -t vi-copy 'y' copy-selection +bind-key -t vi-copy 'C-a' start-of-line +bind-key -t vi-copy 'C-e' end-of-line bind-key C-v copy-mode bind-key C-p paste-buffer -- cgit v1.2.3