aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCody Hiar <cody@hiar.ca>2020-03-05 12:37:21 -0700
committerCody Hiar <cody@hiar.ca>2020-03-05 12:37:21 -0700
commit3a613a9046440b161ee424de1cb9239d176a4932 (patch)
tree57e437419b24c6a8d658c12aed441f6768a5ac58
parent59645710384b5ebf3da0af7d8c5152a8201868f3 (diff)
Pin deps by using forks
-rw-r--r--stow/tmux/.tmux.conf9
1 files changed, 4 insertions, 5 deletions
diff --git a/stow/tmux/.tmux.conf b/stow/tmux/.tmux.conf
index 506b1de..5f22b01 100644
--- a/stow/tmux/.tmux.conf
+++ b/stow/tmux/.tmux.conf
@@ -40,6 +40,7 @@ bind C-g copy-mode
# Tmux copy commands
bind -Tcopy-mode-vi v send -X begin-selection
bind -Tcopy-mode-vi y send -X copy-pipe-and-cancel "tmux save-buffer - | xp"
+# Hitting enter will copy text but not leave vi mode
unbind -T copy-mode-vi Enter
bind -Tcopy-mode-vi Enter send -X copy-pipe "tmux save-buffer - | xp"
@@ -83,12 +84,10 @@ set-option -g status-right "#{?window_bigger,[#{window_offset_x}#,#{window_offse
# List of plugins
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'thornycrackers/tmux-drawer'
-set -g @plugin 'thornycrackers/tmux-sessionist'
-set -g @plugin 'thornycrackers/tmux-open'
-set -g @plugin 'Morantron/tmux-fingers'
+set -g @plugin 'Thornycrackers-Forks/tmux-sessionist'
+set -g @plugin 'Thornycrackers-Forks/tmux-open'
+set -g @plugin 'Thornycrackers-Forks/tmux-fingers'
set -g @fingers-main-action 'tmux save-buffer - | xp'
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
run '~/.tmux/plugins/tpm/tpm'
-
-set-option -g mouse on