edit line

This commit is contained in:
David Chen 2019-10-22 10:09:29 -07:00
parent 6528fb8754
commit e744dd1ed2

View file

@ -60,8 +60,8 @@
#bindkey -s '^o' 'lfcd\n'
## Edit line in vim with ctrl-e:
#autoload edit-command-line; zle -N edit-command-line
#bindkey '^e' edit-command-line
autoload edit-command-line; zle -N edit-command-line
bindkey '^e' edit-command-line
# Load aliases and shortcuts if existent.
#[ -f "$HOME/.config/shortcutrc" ] && source "$HOME/.config/shortcutrc"