t9md / atom-vim-mode-plus

vim-mode improved

Home Page:https://atom.io/packages/vim-mode-plus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

elmar-hinz opened this issue · comments

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: #305