Add Better Mouse Mode tmux plugin
This commit is contained in:
parent
8ea211e506
commit
c7bf08be70
@ -2,7 +2,7 @@
|
|||||||
set -g base-index 1
|
set -g base-index 1
|
||||||
|
|
||||||
# Turn on mouse stuff
|
# Turn on mouse stuff
|
||||||
#set-option -g mouse on
|
set-option -g mouse on
|
||||||
|
|
||||||
# Turn off automatic window naming
|
# Turn off automatic window naming
|
||||||
set-option -g alllow-rename off
|
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-sessionist'
|
||||||
set -g @plugin 'tmux-plugins/tmux-prefix-highlight'
|
set -g @plugin 'tmux-plugins/tmux-prefix-highlight'
|
||||||
set -g @plugin 'tmux-plugins/tmux-logging'
|
set -g @plugin 'tmux-plugins/tmux-logging'
|
||||||
|
set -g @plugin 'nhdaly/tmux-better-mouse-mode'
|
||||||
|
|
||||||
# Plugin settings here
|
# Plugin settings here
|
||||||
set -g @continuum-restore 'on'
|
set -g @continuum-restore 'on'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user