X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=tmux%2F.tmux.conf;fp=tmux%2F.tmux.conf;h=0ee677eb2903cdc33a8debb0101ba96e819e80e7;hb=125a8fe7d7a8f1b69eddec0a361b0e39b5148be3;hp=da27feaaa8cff4940d200007d09b330acf541f77;hpb=767e6a9200a88601a2905af6094b1ec5ca323862;p=dotfiles.git 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}'\"" \