t9md / atom-vim-mode-plus

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

Please add the jk escape as an option to the default configuration! #1111

Open elmar-hinz opened 5 years ago

elmar-hinz commented 5 years ago

It is suggested to set to a personal keymap.cson file:

'atom-text-editor.vim-mode-plus.insert-mode':
  'shift-cmd-r': 'vim-mode-plus:toggle-replace-mode'
  'j k': 'vim-mode-plus:activate-normal-mode' # jk to escape

I argue, that this usage is far too common to make this a burden for the user. The Vim-Mode for PyCharm and other IDE of JetBrains has it enabled as default.

At least it should be an option, that can simply be enabled by a checkbox.

Related: https://github.com/t9md/atom-vim-mode-plus/issues/305