From 1e941f215d7e72a240b685e312d171e793d4ab90 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Sat, 8 Apr 2023 00:02:53 -0400 Subject: [PATCH] tmux: Set @mighty-scroll-by-line globally --- .config/tmux/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 5907275..a93f7f9 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -28,7 +28,7 @@ bind -r M-l resize-pane -R 5 # plugins set-option -g @plugin 'tmux-plugins/tpm' set-option -g @plugin 'noscript/tmux-mighty-scroll' -set-option @mighty-scroll-by-line 'man less pager fzf emacs emacsclient' +set-option -g @mighty-scroll-by-line 'man less pager fzf emacs emacsclient' # install/update tpm if-shell "test ! -d ~/.config/tmux/plugins/tpm" \