set -o vi shopt -s autocd function fcd() { cd "$(fd -t d -E Digital/D1 -E /home/black/Games | fzf --reverse)" && clear } function fcd-o() { nvim "$(fd -t f -E Digital/D1 -E /home/black/Games | fzf --reverse)" } bind '"\C-f": "fcd\n"' #bind -x '"\C-f": fcd' bind -x '"\C-o": fcd-o' bind -x '"\C-n": /bin/dupt' bind -x '"\C-h": /bin/hist'