How can I make VIM website support?

I know that many sites support VIM type key bindings (gg, G, jkhl),

I want my site to support them, is there any Javascript project that I can use?

cannot be found through Google. Thanks!

+6
source share
1 answer

If you want to see the code you need to check: http://ace.ajax.org/ Another option that is not js lib (but an extension of FF) that gives you this functionality: http://vim.wikia.com / wiki / Vim_key_bindings_for_Firefox

+1
source

Source: https://habr.com/ru/post/904882/


All Articles