diff options
author | Cody Hiar <cody@hiar.ca> | 2020-03-05 10:12:18 -0700 |
---|---|---|
committer | Cody Hiar <cody@hiar.ca> | 2020-03-05 10:12:18 -0700 |
commit | 59645710384b5ebf3da0af7d8c5152a8201868f3 (patch) | |
tree | 2de907b0eb46a44fec3a3725cc31d46c840cb976 | |
parent | 1a6221133212782aaf991673e48064da13512a34 (diff) |
Updating deprecated tmux-fingers command
-rw-r--r-- | stow/tmux/.tmux.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stow/tmux/.tmux.conf b/stow/tmux/.tmux.conf index 4896bd6..506b1de 100644 --- a/stow/tmux/.tmux.conf +++ b/stow/tmux/.tmux.conf @@ -86,7 +86,7 @@ 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' +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' |