Add FZF keybindings
This commit is contained in:
parent
c5f7ae96f5
commit
4f4585a226
5
bash.org
5
bash.org
@ -33,6 +33,11 @@
|
|||||||
[ -r /usr/share/bash-completion/bash_completion ] && . /usr/share/bash-completion/bash_completion
|
[ -r /usr/share/bash-completion/bash_completion ] && . /usr/share/bash-completion/bash_completion
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
|
** FZF
|
||||||
|
#+begin_src bash
|
||||||
|
source /usr/share/fzf/key-bindings.bash
|
||||||
|
#+end_src
|
||||||
|
|
||||||
** Ignore case for autocompletion
|
** Ignore case for autocompletion
|
||||||
#+BEGIN_SRC bash
|
#+BEGIN_SRC bash
|
||||||
bind "set completion-ignore-case on"
|
bind "set completion-ignore-case on"
|
||||||
|
Loading…
Reference in New Issue
Block a user