From: Sergey Matveev Date: Thu, 11 Feb 2021 09:35:08 +0000 (+0300) Subject: Faster find summonning X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=commitdiff_plain;h=125a8fe7d7a8f1b69eddec0a361b0e39b5148be3 Faster find summonning --- 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}'\"" \