t9md / atom-vim-mode-plus

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

Update overwrites custom keybindings #1107

Closed jasmith79 closed 5 years ago

jasmith79 commented 5 years ago

Just updated vim-mode-plus to find that all my modifications to keymap.cson have vanished.

Fortunately I have a back up.

Unfortunately, this is a pretty big issue. If me modifying the package's keymap.cson was not the correct way to do this, I haven't seen anything in the README or wiki that would tell me the correct way/tell me not to.

How do I avoid this problem in the future?

t9md commented 5 years ago
_and_menubar_and_sic_md_ ___github_memo

You should not update vim-mode-plus's kemap directly. You have your own keymap.cson which can be opened from menu. This is super super basic of Atom editor, not vim-mode-plus.