refactor key bindings
This commit is contained in:
parent
a70347e7f7
commit
faae072861
@ -1,4 +0,0 @@
|
||||
#!/bin/zsh
|
||||
|
||||
x='/usr/share/doc/fzf/examples/key-bindings.zsh'
|
||||
if [ -s "$x" ] ; then source "$x" ; fi
|
@ -129,3 +129,8 @@ z-bind emacs viins vicmd -- Esc-w kill-region
|
||||
|
||||
## use emacs key bindings
|
||||
bindkey -e
|
||||
|
||||
for i ( /usr/share/doc/fzf/examples/key-bindings.zsh ) ; do
|
||||
[ -s "$i" ] || continue
|
||||
source "$i"
|
||||
done ; unset i
|
||||
|
Loading…
Reference in New Issue
Block a user