feat(bindkeys): set emacs mode
This commit is contained in:
parent
42663a579e
commit
04f520aa1d
1 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
||||||
# key bindings
|
# key bindings
|
||||||
|
|
||||||
|
# set emacs mode
|
||||||
|
bindkey -e
|
||||||
|
|
||||||
# create a zkbd compatible hash;
|
# create a zkbd compatible hash;
|
||||||
# to add other keys to this hash, see: man 5 terminfo
|
# to add other keys to this hash, see: man 5 terminfo
|
||||||
typeset -g -A key
|
typeset -g -A key
|
||||||
|
|
Loading…
Reference in a new issue