t9md / atom-vim-mode-plus

vim-mode improved
https://atom.io/packages/vim-mode-plus
MIT License
1.4k stars 111 forks source link

I cannot get desired behavior of updateRegisterOnChangeOrSubstitute #1005

Closed zwing99 closed 6 years ago

zwing99 commented 6 years ago

Atom: 1.23.1 vim-mode-plus: 1.24.4

When i call cw the text is put in the paste board even with this option set: "vim-mode-plus": updateRegisterOnChangeOrSubstitute: false

739

t9md commented 6 years ago

The issue you referring is old. Basically any valid setting have corresponding ui-form in setting-view. If you couldn't find setting in setting-view, should be understood as that setting is not supported.

For the setting you are finding, use this, this is explained in other issue and also in CHANGELOG.md.

settings_ ___github_atom-vim-mode-plus
zwing99 commented 6 years ago

Ahhh sorry. Thanks for the fast response your prescribed fix works brilliantly!