fix(shell): dont fzf fuzzy match

This commit is contained in:
2024-04-10 01:15:25 +02:00
parent e1979d5630
commit 53ed74f2b9
2 changed files with 2 additions and 1 deletions

View File

@@ -53,6 +53,7 @@ __prompt_command() {
}
# ============================== Jump Words
stty -ixon # enable forward search with C-s
bind '"\en": forward-word'
bind '"\ep": backward-word'