Move tmux-plugins (tmux-prefix-highlight, tmux-copycat) to git submodules.
This commit is contained in:
@@ -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:]?=%/_.:,;~@!#$&()*+-]*"
|
||||
|
||||
Reference in New Issue
Block a user