]> Sergey Matveev's repositories - dotfiles.git/commitdiff
Faster find summonning
authorSergey Matveev <stargrave@stargrave.org>
Thu, 11 Feb 2021 09:35:08 +0000 (12:35 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Thu, 11 Feb 2021 09:35:08 +0000 (12:35 +0300)
tmux/.tmux.conf

index da27feaaa8cff4940d200007d09b330acf541f77..0ee677eb2903cdc33a8debb0101ba96e819e80e7 100644 (file)
@@ -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}'\"" \