inkdropapp / inkdrop-vim

Provides Vim modal control for Inkdrop, blending the best of Vim and Inkdrop
https://www.inkdrop.app/
MIT License
101 stars 9 forks source link

remapping jk to escape not working #32

Closed Parthvsquare closed 2 years ago

Parthvsquare commented 2 years ago
'.CodeMirror.vim-mode.normal-mode textarea':
  'jk': 'vim:reset-normal-mode'

'.CodeMirror.vim-mode.insert-mode textarea':
  'jk': 'vim:exit-insert-mode'

'.CodeMirror.vim-mode.replace-mode textarea':
  'jk': 'vim:exit-insert-mode'

image

craftzdog commented 2 years ago

You need a space between strokes like: 'j k'