lukakerr / Pine

A modern, native macOS markdown editor
https://lukakerr.github.io/Pine
Other
3.33k stars 170 forks source link

Feature Request: VIM bindings #63

Open mabbamOG opened 5 years ago

mabbamOG commented 5 years ago

It would be fantastic to be able to use all the vim commands I know to edit text. Not too complex stuff, just moving around (characters and words and line), editing text quickly (dd, C, S, D, <<, >>, <, >), searching (/, f), and selecting (v, V).

I guess I can do without searching and selecting as a basic feature. Keep in mind that Neovim was designed specifically to make it very easy for other programs to embed vim mode. So as long as it's possible connect Pine with Neovim, it should be straightforward to add most of vim's editing functionality into the editor.