preservim / vim-pencil

Rethinking Vim as a tool for writing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pencil Mode breaks remapped movement keys

jkav77 opened this issue · comments

I remapped my movement keys from hjkl to jkl;. When I turn on pencil mode it is hard-coded to set j to gj (down) and k to gk (up).

Ideally, the plugin would remap the currently used movement keys for up/down to gj and gk.

Great idea. I'll get to this in the near future.

any update on this? I like the concept of vim pencil but am currently struggling to use it because of this issue. Like @dangerginger I;ve got movement keys mapped to jkl;

okay, I made this change 341403d to my local version of pencil.vim and I like it!