Add tmux smooth scroll plugin
This commit is contained in:
parent
19f45fe9ce
commit
4b817c7f95
1 changed files with 2 additions and 1 deletions
|
|
@ -125,8 +125,9 @@ set -g @zap_height '40%' # default: '60%'
|
||||||
# Plugins
|
# Plugins
|
||||||
set -g @plugin 'tmux-plugins/tpm'
|
set -g @plugin 'tmux-plugins/tpm'
|
||||||
set -g @plugin 'articicestudio/nord-tmux'
|
set -g @plugin 'articicestudio/nord-tmux'
|
||||||
set -g @plugin 'nordtheme/tmux'
|
#set -g @plugin 'nordtheme/tmux'
|
||||||
set -g @plugin 'AleckAstan/tmux-zap'
|
set -g @plugin 'AleckAstan/tmux-zap'
|
||||||
|
set -g @plugin 'azorng/tmux-smooth-scroll'
|
||||||
|
|
||||||
# run tpm
|
# run tpm
|
||||||
run -b '~/.tmux/plugins/tpm/tpm'
|
run -b '~/.tmux/plugins/tpm/tpm'
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue