I need some help with custom remapping my .obsidian.vimrc

I am trying to remap right in normal mode in my .obsidian.vimrc to jump to the end of a line.

Things I have tried

nmap RIGHT END

I did not use $ as I want it to jump to the end of the visual line, not the actual line.

I have also tried putting the RIGHT in and END in . These did not work either and I am sure my Vimrc is being read as other more basic mappings are working.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.