From b178f35242733020f286339ae39933e9ff1ca982 Mon Sep 17 00:00:00 2001 From: Alex Karle Date: Mon, 10 Jan 2022 20:23:26 -0500 Subject: [PATCH] tmux: Add history-limit and vi-keys in copy mode The copy keys are usually pulled from EDITOR/VISUAL, but I sometimes roll with EDITOR=ed ;) --- .tmux.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.tmux.conf b/.tmux.conf index 3898a47..f395772 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -1,4 +1,8 @@ # .tmux.conf +set-option -g history-limit 10000 +set-option -g mode-keys vi + +# better prefix set-option -g prefix C-a unbind-key C-b bind-key C-a send-prefix -- libgit2 1.1.1