From 9dbf5d391a3948f9f9716cb77a810607fc822b02 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Fri, 7 Apr 2023 23:57:59 -0400 Subject: [PATCH] tmux: Add emacs and emacsclient to @mighty-scroll-by-line --- .config/tmux/tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index ebd5227..5907275 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -28,6 +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' # install/update tpm if-shell "test ! -d ~/.config/tmux/plugins/tpm" \