From ab849c03c039d63b6fcf6f44f4832f1234e8ee71 Mon Sep 17 00:00:00 2001 From: Lucas Barbieri Date: Fri, 19 Jul 2024 00:08:03 -0300 Subject: [PATCH] feat: enable vim mode for zsh --- desktop/configs/tmux/.config/tmux/tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/desktop/configs/tmux/.config/tmux/tmux.conf b/desktop/configs/tmux/.config/tmux/tmux.conf index db01d0c..1d9eefe 100644 --- a/desktop/configs/tmux/.config/tmux/tmux.conf +++ b/desktop/configs/tmux/.config/tmux/tmux.conf @@ -75,4 +75,5 @@ source ~/.config/tmux/theme.conf set -g visual-bell off set -as terminal-overrides ',*:Smulx=\E[4::%p1%dm' # undercurl support set -as terminal-overrides ',*:Setulc=\E[58::2::%p1%{65536}%/%d::%p1%{256}%/%{255}%&%d::%p1%{255}%&%d%;m' # underscore colours - needs tmux-3.0 +set -g status-position top run '~/.config/tmux/plugins/tpm/tpm'