diff --git a/shell/key-bindings.fish b/shell/key-bindings.fish index 523203b5..11686b1a 100644 --- a/shell/key-bindings.fish +++ b/shell/key-bindings.fish @@ -104,7 +104,7 @@ function fzf_key_bindings eval (__fzfcmd)' +m --query "'$fzf_query'"' | read -l result if [ -n "$result" ] - builtin cd -- $result + cd -- $result # Remove last token from commandline. commandline -t ""