tmux: Add extrakto tmux plugin

Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
Sanchayan Maity 2020-06-12 10:16:15 +05:30
parent a2b8d386a0
commit 0f89c090db
3 changed files with 8 additions and 0 deletions

3
.gitmodules vendored
View File

@ -13,3 +13,6 @@
[submodule "tmux/.tmux/plugins/tmux-yank"]
path = tmux/.tmux/plugins/tmux-yank
url = https://github.com/tmux-plugins/tmux-yank.git
[submodule "tmux/.tmux/plugins/extrakto"]
path = tmux/.tmux/plugins/extrakto
url = https://github.com/laktak/extrakto

View File

@ -117,11 +117,15 @@ if-shell -b '[ "$(echo "$TMUX_VERSION > 2.9" | bc)" = 1 ]' " \
set-option -g message-style fg=colour187,bg='#000000'; \
"
# Set extrakto clip tool. Default is xclip.
set -g @extrakto_clip_tool "xsel --input --clipboard"
# Plugins
run-shell '~/.tmux/plugins/tmux-resurrect/resurrect.tmux'
run-shell '~/.tmux/plugins/tmux-continuum/continuum.tmux'
run-shell '~/.tmux/plugins/tmux-yank/yank.tmux'
run-shell '~/.tmux/plugins/tmux-copycat/copycat.tmux'
run-shell '~/.tmux/plugins/tmux-open/open.tmux'
run-shell '~/.tmux/plugins/extrakto/extrakto.tmux'
set -g @continuum-restore 'on'

@ -0,0 +1 @@
Subproject commit 9c58dc47d8aa28e3c15576178b845c98770c4271