From 125a8fe7d7a8f1b69eddec0a361b0e39b5148be3 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Thu, 11 Feb 2021 12:35:08 +0300 Subject: [PATCH] Faster find summonning --- tmux/.tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index da27fea..0ee677e 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -57,7 +57,7 @@ bind-key y { } bind-key o display-menu \ - find d "display-popup -KE -w 100% -R \"~/bin/tmux-fzf.sh find '#{pane_current_path}'\"" \ + find o "display-popup -KE -w 100% -R \"~/bin/tmux-fzf.sh find '#{pane_current_path}'\"" \ buf-files f "display-popup -KE -w 100% -R \"~/bin/tmux-fzf.sh buf-files '#{pane_current_path}'\"" \ git-files g "display-popup -KE -w 100% -R \"~/bin/tmux-fzf.sh git-files '#{pane_current_path}'\"" \ git-branches b "display-popup -KE -w 100% -R \"~/bin/tmux-fzf.sh git-branches '#{pane_current_path}'\"" \ -- 2.44.0