![]() Opposed to normal mappings, the definition order is important when using <nowait> mappings. Simple test case: :enew | nnoremap <buffer><nowait> 1 :echo "foo"<cr>| nnoremap <buffer><nowait> 11 :echo "bar"<cr> Then hit 1 in normal mode. :enew | nnoremap <buffer><nowait> 11 :echo "foo"<cr>| nnoremap <buffer><nowait> 1 :echo "bar"<cr> Then hit 1 in normal mode again. References #252. |
||
---|---|---|
.. | ||
startify | ||
startify.vim |