preservim / vim-pencil

Rethinking Vim as a tool for writing
Other
1.58k stars 39 forks source link

Pencil Mode breaks remapped movement keys #49

Closed jkav77 closed 4 years ago

jkav77 commented 8 years ago

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.

reedes commented 8 years ago

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

stu0292 commented 6 years ago

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;

stu0292 commented 6 years ago

okay, I made this change https://github.com/reedes/vim-pencil/pull/50/commits/341403d115c088121a42ff1fc23521bf3a6a6ee1 to my local version of pencil.vim and I like it!