Open
Description
I just have a simple questiona about what the purpose is of <C-\><C-n>
in this normal mode mapping? We're already in normal mode, and by using <nowait>
I assume it's also not possible to exit normal mode before the mapping would apply?
vim-dirvish/ftplugin/dirvish.vim
Lines 38 to 39 in babbf69
Thanks!
edit: Oh, I just realized that for versions of vim 703 or older s:nowait
is empty, so maybe in those cases it could be possible to leave normal mode.