Add Better Mouse Mode tmux plugin

This commit is contained in:
David Todd (c0de) 2018-10-15 22:22:52 -05:00
parent 8ea211e506
commit c7bf08be70

View File

@ -2,7 +2,7 @@
set -g base-index 1
# Turn on mouse stuff
#set-option -g mouse on
set-option -g mouse on
# Turn off automatic window naming
set-option -g alllow-rename off
@ -170,6 +170,7 @@ set -g @plugin 'tmux-plugins/tmux-continuum'
set -g @plugin 'tmux-plugins/tmux-sessionist'
set -g @plugin 'tmux-plugins/tmux-prefix-highlight'
set -g @plugin 'tmux-plugins/tmux-logging'
set -g @plugin 'nhdaly/tmux-better-mouse-mode'
# Plugin settings here
set -g @continuum-restore 'on'