atom-vim-mode-plus
atom-vim-mode-plus copied to clipboard
Please add the jk escape as an option to the default configuration!
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