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

How to map jj to Esc? #11

Open
zhiyuanpeng opened this issue Aug 21, 2020 · 1 comment
Open

How to map jj to Esc? #11

zhiyuanpeng opened this issue Aug 21, 2020 · 1 comment

Comments

@zhiyuanpeng
Copy link

Thank you very much! I install this extension and it works. But, it seems it can't provide the full version vim, like there is no command line when I input "shift" + ":". I used to set jj as Esc, do you know how can I make it done using dbvim? Thanks a lot.

@rafael-ferro
Copy link

You can edit this file, line 49, where it defines jk as an alternative to Esc in insert mode. By changing the second key from k to j, it will set jj to exit the insert mode.

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