tmux: Set @mighty-scroll-by-line globally

This commit is contained in:
Adam Goldsmith 2023-04-08 00:02:53 -04:00
parent 9dbf5d391a
commit 1e941f215d
1 changed files with 1 additions and 1 deletions

View File

@ -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" \