RStudio and VIM - Move by Display Line
Within RStudio, if you are utilizing vim mode then execute the following ex commands to enable the cursor to move by display line.
:nmap k gk
:nmap j gj
Unfortunately, these need to be re-entered each time RStudio is opened.