Make numpad enter work

This commit is contained in:
Alex Wood 2015-06-27 15:49:28 -07:00
parent 4805bef74c
commit 86d7155854

View File

@ -8,3 +8,9 @@ bindkey '^r' history-incremental-search-backward # [Ctrl-r] - Search backward
# emacs style # emacs style
bindkey '^a' beginning-of-line bindkey '^a' beginning-of-line
bindkey '^e' end-of-line bindkey '^e' end-of-line
# Make numpad enter work
bindkey -s "^[Op" "0"
bindkey -s "^[Ol" "."
bindkey -s "^[OM" "^M"