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

@ -75,7 +75,7 @@ map <F7> :NERDTreeToggle<CR>
let nerdtreequitonopen = 0
let NERDTreeShowHidden=1
let nerdchristmastree=1
let g:NERDTreeMinimalUI = 1
let g:NERDTreeMinimalUI = 1
let g:nerdtreewinsize = 25
let g:NERDTreeDirArrowExpandable = '▷'
let g:NERDTreeDirArrowCollapsible = '▼'

View File

@ -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

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-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'