vim-pandoc / vim-rmarkdown

Rmarkdown support for vim
98 stars 26 forks source link

Making j traverse real line #10

Closed ddmmcjmm closed 9 years ago

ddmmcjmm commented 9 years ago

j is normally used to traverse a numbered line, rather than a display line. How can I make vim revert to this behaviour when using vim-rmarkdown?

fmoralesc commented 9 years ago

Use

let g:pandoc#keyboard#display_motions = 0

for this.