]> Sergey Matveev's repositories - dotfiles.git/blobdiff - tmux/.tmux.conf
Let's try command's output selector
[dotfiles.git] / tmux / .tmux.conf
index ed4e3ed9cab15261d7d11cdce7814061ae09f5c6..64ba0b59039ae7d60379158d3c04cb783cce392a 100644 (file)
@@ -67,6 +67,9 @@ bind-key t display-menu \
 
 bind-key o display-menu \
     find o "display-popup -E -w 100% \"~/.tmux/bin/fzf.zsh find '#{pane_current_path}'\"" \
+    procs p "display-popup -E -w 100% -h 100% \"~/.tmux/bin/fzf.zsh procs '#{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}'\""
+
+source-file ~/.tmux/rc/select-command-output