From b63b79c48b6c77f67672ea2e69be57ebf9b540a2 Mon Sep 17 00:00:00 2001 From: Sebastian Burschel Date: Fri, 12 Mar 2021 17:54:33 +0100 Subject: [PATCH] Added vim movement to tmux history thing. --- dotfiles/.tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/.tmux.conf b/dotfiles/.tmux.conf index a3276b1..e7a4052 100644 --- a/dotfiles/.tmux.conf +++ b/dotfiles/.tmux.conf @@ -14,6 +14,7 @@ set -g @resurrect-capture-pane-contents 'on' set -g status-right "#{net_speed}" set-option -g default-shell /bin/zsh # default shell set -g default-terminal "screen-256color" +setw -g mode-keys vi bind j resize-pane -D 5