Move tmux-plugins (tmux-prefix-highlight, tmux-copycat) to git submodules.

This commit is contained in:
2016-08-04 19:45:45 +02:00
parent 3870e780a4
commit 63010fa2fc
17 changed files with 10 additions and 1005 deletions

View File

@@ -151,14 +151,14 @@ if-shell 'test "$(uname)" = "Darwin"' 'source ~/.tmux-osx.conf'
##########################################
# prefix_highlight (https://github.com/tmux-plugins/tmux-prefix-highlight)
run-shell ~/.tmux/prefix_highlight.tmux
run-shell ~/.tmux/plugins/tmux-prefix-highlight/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'
# tmux-copycat (https://github.com/tmux-plugins/tmux-copycat)
run-shell ~/.tmux/copycat/copycat.tmux
run-shell ~/.tmux/plugins/tmux-copycat/copycat.tmux
set -g @copycat_search_C-d "[[:digit:]]+"
set -g @copycat_search_C-f "(^|^\.|[[:space:]]|[[:space:]]\.|[[:space:]]\.\.|^\.\.)[[:alnum:]~_-]*/[][[:alnum:]_.#$%&+=/@-]*"
set -g @copycat_search_C-u "(https?://|git@|git://|ssh://|ftp://|file:///)[[:alnum:]?=%/_.:,;~@!#$&()*+-]*"