dotfiles

$HOME is where the <3 is
git clone git://git.alexkarle.com/dotfiles.git
Log | Files | Refs | README | LICENSE

commit b178f35242733020f286339ae39933e9ff1ca982 (patch)
parent 70214760c7f8f9bde7a8018165f2e9d402612afe
Author: Alex Karle <alex@alexkarle.com>
Date:   Mon, 10 Jan 2022 20:23:26 -0500

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 ;)

Diffstat:
M.tmux.conf | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git 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