Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remapping jk to escape not working #32

Closed
Parthvsquare opened this issue Apr 7, 2022 · 1 comment
Closed

remapping jk to escape not working #32

Parthvsquare opened this issue Apr 7, 2022 · 1 comment

Comments

@Parthvsquare
Copy link

'.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
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants