diff dot_tmux.conf @ 377:ce08bc71b455

Manually manage tmux plugins
author Zeger Van de Vannet <zegervdv@me.com>
date Thu, 08 Apr 2021 18:25:40 +0200
parents 44442a6b8aa6
children e4937efdf43e
line wrap: on
line diff
--- a/dot_tmux.conf	Thu Apr 08 13:52:07 2021 +0200
+++ b/dot_tmux.conf	Thu Apr 08 18:25:40 2021 +0200
@@ -1,5 +1,3 @@
-set-environment -g PATH "/project/asic_fpga/tools/tmux/bin:$PATH"
-
 # Nested TMUX sessions (from
 # https://medium.freecodecamp.org/tmux-in-practice-local-and-nested-remote-tmux-sessions-4f7ba5db8795)
 bind -T root F11 \
@@ -120,28 +118,18 @@
 if-shell "[ -f ~/.tmux.conf.local ]" 'source ~/.tmux.conf.local'
 
 # Plugins
-set -g @plugin 'tmux-plugins/tpm'
-set -g @plugin 'nhdaly/tmux-better-mouse-mode'
-set -g @plugin 'tmux-plugins/tmux-yank'
-set -g @plugin 'Morantron/tmux-fingers'
-set -g @plugin 'laktak/extrakto'
-set -g @plugin 'tmux-plugins/tmux-resurrect'
-set -g @plugin 'tmux-plugins/tmux-continuum'
+# set -g @plugin 'tmux-plugins/tpm'
+# set -g @plugin 'nhdaly/tmux-better-mouse-mode'
+# set -g @plugin 'tmux-plugins/tmux-yank'
+# set -g @plugin 'Morantron/tmux-fingers'
+# set -g @plugin 'laktak/extrakto'
+# set -g @plugin 'tmux-plugins/tmux-resurrect'
+# set -g @plugin 'tmux-plugins/tmux-continuum'
 
 
 # Config
-set -g @fingers-skip-health-check '1'
-set -g @fingers-compact-hints '0'
-set -g @fingers-hint-format-nocompact " #[fg=colour1][%s]"
-set -g @fingers-highlight-format-nocompact "#[fg=colour5]%s"
-set -g @fingers-pattern-0 "[[:digit:]][[:digit:]][[:digit:]]+"
-
 set -g @scroll-without-changing-pane "on"
 set -g @emulate-scroll-for-no-mouse-alternate-buffer "on"
 
-set -g @extrakto_fzf_tool "/home/zvandeva/.fzf/bin/fzf"
-
-set -g @resurrect-strategy-nvim 'session'
-set -g @resurrect-capture-pane-contents 'on'
-
-run-shell "~/.tmux/plugins/tpm/tpm"
+run-shell ~/.tmux/plugins/tmux-better-mouse-mode/scroll_copy_mode.tmux
+run-shell ~/.tmux/plugins/tmux-yank/yank.tmux