Added Fedora-specific key-bings for FZF
This commit is contained in:
parent
cd3186f90d
commit
b4b96deca9
2
.bashrc
2
.bashrc
@ -22,6 +22,8 @@ esac
|
|||||||
export FZF_DEFAULT_COMMAND='ag --skip-vcs-ignores --ignore .git --ignore node_modules -g ""'
|
export FZF_DEFAULT_COMMAND='ag --skip-vcs-ignores --ignore .git --ignore node_modules -g ""'
|
||||||
[ -f /usr/share/doc/fzf/examples/key-bindings.bash ] \
|
[ -f /usr/share/doc/fzf/examples/key-bindings.bash ] \
|
||||||
&& source /usr/share/doc/fzf/examples/key-bindings.bash
|
&& source /usr/share/doc/fzf/examples/key-bindings.bash
|
||||||
|
[ -f /usr/share/fzf/shell/key-bindings.bash ] \
|
||||||
|
&& source /usr/share/fzf/shell/key-bindings.bash
|
||||||
|
|
||||||
do_cd_fzf() {
|
do_cd_fzf() {
|
||||||
local parent="$1"
|
local parent="$1"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user