]> Sergey Matveev's repositories - dotfiles.git/blobdiff - tmux/.tmux.conf
Refactored tmux fzf menus
[dotfiles.git] / tmux / .tmux.conf
index 3623ea3d685be6d88ecd73d692ccad89b9b9e8f8..1907cc7d2d47c811b38577adbdcb25e25a6e520e 100644 (file)
@@ -56,15 +56,15 @@ bind-key Y {
 }
 
 bind-key t display-menu \
-    music t "display-popup -E -w 100% '~/bin/tmux-menu-music.sh'" \
-    pass p "display-popup -E '~/bin/tmux-menu-pass-session.sh'" \
-    dict d "display-popup -E -h 100% '~/bin/tmux-menu-dict.sh'" \
-    calc c "display-popup -E '~/bin/tmux-menu-calc.sh'" \
+    music t "display-popup -E -w 100% '~/.tmux/bin/menu-music.sh'" \
+    pass p "display-popup -E '~/.tmux/bin/menu-pass-session.sh'" \
+    dict d "display-popup -E -h 100% '~/.tmux/bin/menu-dict.sh'" \
+    calc c "display-popup -E '~/.tmux/bin/menu-calc.sh'" \
     cal l "display-popup 'cal -3N'" \
     top o "display-popup -E -h 100% 'top -s 1'"
 
 bind-key o display-menu \
-    find o "display-popup -E -w 100% \"~/bin/tmux-fzf.zsh find '#{pane_current_path}'\"" \
-    git-files g "display-popup -E -w 100% \"~/bin/tmux-fzf.zsh git-files '#{pane_current_path}'\"" \
-    git-branches b "display-popup -E -w 100% \"~/bin/tmux-fzf.zsh git-branches '#{pane_current_path}'\"" \
-    git-commits c "display-popup -E -w 100% \"~/bin/tmux-fzf.zsh git-commits '#{pane_current_path}'\""
+    find o "display-popup -E -w 100% \"~/.tmux/bin/fzf.zsh find '#{pane_current_path}'\"" \
+    git-files g "display-popup -E -w 100% \"~/.tmux/bin/fzf.zsh git-files '#{pane_current_path}'\"" \
+    git-branches b "display-popup -E -w 100% \"~/.tmux/bin/fzf.zsh git-branches '#{pane_current_path}'\"" \
+    git-commits c "display-popup -E -w 100% \"~/.tmux/bin/fzf.zsh git-commits '#{pane_current_path}'\""