diff options
author | Cody Hiar <cody@hiar.ca> | 2019-08-07 14:03:42 -0600 |
---|---|---|
committer | Cody Hiar <cody@hiar.ca> | 2019-08-07 14:03:42 -0600 |
commit | 55b063c1915d3c369e155be28018da3c42fdee12 (patch) | |
tree | 4ee57eb250f3b87e572508b9476914c5714e15c5 /stow | |
parent | 16dc7287b104af101e21e432dc6df0a37d8b2ad9 (diff) |
Adding tmux-fingers
Diffstat (limited to 'stow')
-rw-r--r-- | stow/tmux/.tmux.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/stow/tmux/.tmux.conf b/stow/tmux/.tmux.conf index 991ed31..9eea730 100644 --- a/stow/tmux/.tmux.conf +++ b/stow/tmux/.tmux.conf @@ -84,6 +84,8 @@ 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 @fingers-copy-command 'tmux save-buffer - | xp' # Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf) run '~/.tmux/plugins/tpm/tpm' |