verbose map <enter>returns "no mapping found" in regular buffer, although pressing in regular buffer moves the cursor to the beginning of the next line. in neotree bufferverbose map <enter>returns something about . wtf?
● Good questions! This is a common Vim confusion:
<CR> = <Enter> = Enter key
<CR> stands for "Carriage Return" - it's Vim's internal notation for the Enter key. Same thing, different name.
Why "no mapping found" in regular buffer?