add tmux plugin: tmux-sidebar

A sidebar with the directory tree for the current path. Tries to make tmux more IDE like.
This commit is contained in:
2016-07-10 16:46:40 +02:00
parent ed1f9b459c
commit b8052116c6
12 changed files with 545 additions and 3 deletions

View File

@@ -147,4 +147,9 @@ run-shell ~/.tmux/prefix_highlight.tmux
set -g @prefix_highlight_fg 'white' # default is 'colour231'
set -g @prefix_highlight_bg 'blue' # default is 'colour04'
set -g @prefix_highlight_show_copy_mode 'on'
set -g @prefix_highlight_copy_mode_attr 'fg=black,bg=yellow,bold' # default is 'fg=default,bg=yellow'
set -g @prefix_highlight_copy_mode_attr 'fg=black,bg=yellow,bold' # default is 'fg=default,bg=yellow'
# tmux-sidebar (https://github.com/tmux-plugins/tmux-sidebar)
run-shell ~/.tmux/sidebar.tmux
set -g @sidebar-tree-position 'left'
set -g @sidebar-tree-width '40'