VSCodeVim/Vim

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

开放

#2,397 创建于 2018年2月20日

 (7 条评论) (8 个反应) (0 位负责人)TypeScript (1,271 个派生)batch import
area/not-vim-corehelp wantedkind/feature

仓库指标

星标
 (12,664 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南