ueberzug, tmux-sidebar etc.

This commit is contained in:
Harri Lahtinen 2019-12-02 22:14:36 +02:00
parent 88a9c15dfc
commit 0afafdd608
3 changed files with 4 additions and 3 deletions

View File

@ -22,7 +22,7 @@ set vcs_backend_git enabled
set vcs_backend_hg disabled set vcs_backend_hg disabled
set vcs_backend_bzr disabled set vcs_backend_bzr disabled
set preview_images true set preview_images true
set preview_images_method w3m set preview_images_method ueberzug
set unicode_ellipsis false set unicode_ellipsis false
set show_hidden_bookmarks false set show_hidden_bookmarks false
set colorscheme default set colorscheme default

View File

@ -168,6 +168,7 @@ set -g @plugin 'tmux-plugins/tmux-copycat'
set -g @plugin 'tmux-plugins/tmux-resurrect' set -g @plugin 'tmux-plugins/tmux-resurrect'
set -g @plugin 'tmux-plugins/tmux-continuum' set -g @plugin 'tmux-plugins/tmux-continuum'
set -g @plugin 'nhdaly/tmux-better-mouse-mode' set -g @plugin 'nhdaly/tmux-better-mouse-mode'
set -g @plugin 'tmux-plugins/tmux-sidebar'
########################################################################## ##########################################################################
# Plugins settings # Plugins settings
########################################################################## ##########################################################################
@ -177,6 +178,6 @@ set -g @continuum-restore 'on'
set -g @continuum-save-interval '10' set -g @continuum-save-interval '10'
# for neovim # for neovim
set -g @resurrect-strategy-nvim 'session' 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) # Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
run '~/.tmux/plugins/tpm/tpm' run '~/.tmux/plugins/tpm/tpm'