map esc to jj, add the last line in ./atom/packages/vim-mode-plus/keymaps/vim-mode-plus.cson
# insert # ------------------------- 'atom-text-editor.vim-mode-plus.insert-mode': 'ctrl-w': 'editor:delete-to-beginning-of-word' 'ctrl-u': 'editor:delete-to-beginning-of-line' 'ctrl-y': 'vim-mode-plus:copy-from-line-above' # disabled for compatibility with the common binding for going to the end of the line # 'ctrl-e': 'vim-mode-plus:copy-from-line-below' # 'ctrl-a': 'vim-mode-plus:insert-last-inserted' 'ctrl-r': 'vim-mode-plus:insert-register' 'ctrl-o': 'vim-mode-plus:activate-normal-mode-once' 'j j': 'vim-mode-plus:activate-normal-mode'