dotfiles

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

commit ae8bf6efe566c0f80bbd57a572bdfd7b92376ee7 (patch)
parent 70510d499673bf564b99eb9d7dc74a21228f72f5
Author: Alex Karle <alex@karle.co>
Date:   Thu, 13 Feb 2020 00:15:08 -0500

tmux: vi keys always

Turns out the mode-keys is pulled from your $EDITOR. This is good, but I
like to screw around with $EDITOR sometimes, and I never want it to
interrupt my tmux scrollback :)

Diffstat:
Mtmux/tmux.conf | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/tmux/tmux.conf b/tmux/tmux.conf @@ -3,6 +3,7 @@ #----------# set -g prefix C-a # Who can reach C-b? set -g mouse on # I guess mice are useful sometimes.. +set -g mode-keys vi # vi or di set -g base-index 1 # Start windows at 1 set -g pane-base-index 1 # Start panes at 1 set -g renumber-windows on # Closed windows renumber