Skip to content

NeoVim Mapping Conflict

Published: at 01:51 PMSuggest Changes

Motivation

Check if two mappings conflict in NeoVim.

:verbose imap <C-R>
:verbose nmap <C-R>

This prints the existing mappings for that key sequence.


Next Post
NeoVim Tabby Fix