VSCodeVim/Vim

Stay on (yank, indent, outdent, delete, etc) feature

Open

#2397 aperta il 20 feb 2018

Vedi su GitHub
 (7 commenti) (8 reazioni) (0 assegnatari)TypeScript (1271 fork)batch import
area/not-vim-corehelp wantedkind/feature

Metriche repository

Star
 (12.664 star)
Metriche merge PR
 (Merge medio 60g 20h) (17 PR mergiate in 30 g)

Descrizione

Is this a BUG REPORT or FEATURE REQUEST? (choose one): Feature Request

One of the nice things I like about Atom's popular vim plugin, vim-mode-plus, is the option to enable stayOn{Yank,Delete,etc}. These options "try to keep original cursor position as much as posible after operation". It is an intentional difference from pure vim, and is behind a configuration flag.

I've got a local copy of this plugin that mimics that behavior - would you be open to a PR that adds similar options to this plugin? Just wondering before I go through the effort to package up a neat PR for it.

Guida contributor