From 4b817c7f951a5544deedbf9d9b8dfc1b56bb43fd Mon Sep 17 00:00:00 2001 From: Yax Date: Mon, 15 Dec 2025 09:39:13 +0100 Subject: [PATCH] Add tmux smooth scroll plugin --- dot_tmux.conf.tmpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dot_tmux.conf.tmpl b/dot_tmux.conf.tmpl index bc9b1e6..a4bc7f2 100644 --- a/dot_tmux.conf.tmpl +++ b/dot_tmux.conf.tmpl @@ -125,8 +125,9 @@ set -g @zap_height '40%' # default: '60%' # Plugins set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'articicestudio/nord-tmux' -set -g @plugin 'nordtheme/tmux' +#set -g @plugin 'nordtheme/tmux' set -g @plugin 'AleckAstan/tmux-zap' +set -g @plugin 'azorng/tmux-smooth-scroll' # run tpm run -b '~/.tmux/plugins/tpm/tpm'