diff --git a/zsh/key-bindings.zsh b/zsh/key-bindings.zsh index c1c7d8e..4eb39a2 100644 --- a/zsh/key-bindings.zsh +++ b/zsh/key-bindings.zsh @@ -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" +