ueberzug, tmux-sidebar etc.
This commit is contained in:
parent
88a9c15dfc
commit
0afafdd608
|
|
@ -22,7 +22,7 @@ set vcs_backend_git enabled
|
|||
set vcs_backend_hg disabled
|
||||
set vcs_backend_bzr disabled
|
||||
set preview_images true
|
||||
set preview_images_method w3m
|
||||
set preview_images_method ueberzug
|
||||
set unicode_ellipsis false
|
||||
set show_hidden_bookmarks false
|
||||
set colorscheme default
|
||||
|
|
|
|||
|
|
@ -168,6 +168,7 @@ set -g @plugin 'tmux-plugins/tmux-copycat'
|
|||
set -g @plugin 'tmux-plugins/tmux-resurrect'
|
||||
set -g @plugin 'tmux-plugins/tmux-continuum'
|
||||
set -g @plugin 'nhdaly/tmux-better-mouse-mode'
|
||||
set -g @plugin 'tmux-plugins/tmux-sidebar'
|
||||
##########################################################################
|
||||
# Plugins settings
|
||||
##########################################################################
|
||||
|
|
@ -177,6 +178,6 @@ set -g @continuum-restore 'on'
|
|||
set -g @continuum-save-interval '10'
|
||||
# for neovim
|
||||
set -g @resurrect-strategy-nvim 'session'
|
||||
|
||||
set -g @sidebar-tree-command 'tree -C'
|
||||
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
|
||||
run '~/.tmux/plugins/tpm/tpm'
|
||||
|
|
|
|||
Loading…
Reference in New Issue