Skip to content

Commit

Permalink
Update shell/key-bindings.bash
Browse files Browse the repository at this point in the history
  • Loading branch information
junegunn authored Oct 11, 2023
1 parent 2c35c19 commit 2442dfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell/key-bindings.bash
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ __fzf_select__() {

__fzfcmd() {
[[ -n "${TMUX_PANE-}" ]] && { [[ "${FZF_TMUX:-0}" != 0 ]] || [[ -n "${FZF_TMUX_OPTS-}" ]]; } &&
echo "command fzf-tmux ${FZF_TMUX_OPTS:--d${FZF_TMUX_HEIGHT:-40%}} -- " || echo "command fzf"
echo "fzf-tmux ${FZF_TMUX_OPTS:--d${FZF_TMUX_HEIGHT:-40%}} -- " || echo "fzf"
}

fzf-file-widget() {
Expand Down

0 comments on commit 2442dfc

Please sign in to comment.