I like oh-my-zsh a lot, except that it rebinds ESC-. to do “..\n” and that is irritating as I really like the default of it inserting the last word from the previous command.
Here’s how to get it back:
bindkey '\e.' insert-last-word
I put this in my ~/.zshrc
file.