Make numpad enter work
This commit is contained in:
parent
4805bef74c
commit
86d7155854
@ -8,3 +8,9 @@ bindkey '^r' history-incremental-search-backward # [Ctrl-r] - Search backward
|
||||
# emacs style
|
||||
bindkey '^a' beginning-of-line
|
||||
bindkey '^e' end-of-line
|
||||
|
||||
# Make numpad enter work
|
||||
bindkey -s "^[Op" "0"
|
||||
bindkey -s "^[Ol" "."
|
||||
bindkey -s "^[OM" "^M"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user