In my system, <C-o> works really slowly compared to <C-i> or <C-p>. Is it just my experience or is there a subtle reason behind it?
Is this in any way related to ttimeoutlen? I saw ttimeoutlen mentionned in a question about slow (user defined) key bindings but I am not sure it is the same problem.
Thank you
:map <C-o>if it returns one (or several lines) with<c-o>followed by other(s) character(s) then settingttimeout,timeout,ttimeoutlenandtimeoutlendifferently could be useful for you. In this case you could read this question and you should read the doc:h 'ttimeout'which gives a table describing how to configure these settings. – statox May 15 '18 at 09:08:maplists only two lines: n gx:maplists the mappings in every mode so:nmapshouldn't show more mappings than:map– statox May 16 '18 at 14:41