fix(shell): dont fzf fuzzy match
This commit is contained in:
@@ -53,6 +53,7 @@ __prompt_command() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# ============================== Jump Words
|
# ============================== Jump Words
|
||||||
|
stty -ixon # enable forward search with C-s
|
||||||
bind '"\en": forward-word'
|
bind '"\en": forward-word'
|
||||||
bind '"\ep": backward-word'
|
bind '"\ep": backward-word'
|
||||||
|
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ alias mv='mv -i'
|
|||||||
alias rm='rm -i'
|
alias rm='rm -i'
|
||||||
|
|
||||||
### Git fun
|
### Git fun
|
||||||
alias gbl='git show $(git ls-files | fzf --reverse --bind "enter:become(git blame {1} | fzf --ansi --reverse | cut -f 1 -d \" \")")'
|
alias gbl='git show $(git ls-files | fzf -e --reverse --bind "enter:become(git blame {1} | fzf -e --ansi --reverse | cut -f 1 -d \" \")")'
|
||||||
|
|
||||||
### Abbreviations
|
### Abbreviations
|
||||||
alias dcr='dc down && dc up -d && dc logs -f'
|
alias dcr='dc down && dc up -d && dc logs -f'
|
||||||
|
|||||||
Reference in New Issue
Block a user