I'm using the yadr dotfiles and ZSH on my mac. I use the delimiter "jj" to switch from insert to edit mode in vim, and I did that by putting
imap jj <esc>
in ~/.gvimrc. However, zsh / yadr also allows you to use vim hotkeys in terminal but adding that line to .gvimrc didn't seem to change the hotkey from escape to jj in this setting. Any thoughts on how I can do that?