Kakoune: Kakoune emulator for VSCode

Created on 26 Jun 2019  路  7Comments  路  Source: mawww/kakoune

Is there any Kakoune extension (emulator) for VSCode. So that, in command mode it will act like Kakoune but once you enter Insert mode it will be a completely vanilla VSCode experience.

Something like -

https://marketplace.visualstudio.com/items?itemName=vscodevim.vim

Or,

https://marketplace.visualstudio.com/items?itemName=jpotterm.simple-vim

Most helpful comment

I'm aware of this plugin: https://github.com/71/dance

All 7 comments

I'm aware of this plugin: https://github.com/71/dance

Another candidate written in F# https://github.com/reykjalin/kakoune-mode

The latter uses the real Kakoune. It is really cool. Even if you don鈥檛 use it, just seeing the implem.

The latter uses the real Kakoune. It is really cool. Even if you don鈥檛 use it, just seeing the implem.

kind of reminds me what NeoVim did by decoupling UI, there was plugin for Sublime Text which ran nvim in background and synchronized input/output with ST. If Kakoune can be used as a core for editing from other editors, I think this is actually amazing.

Build your own modal editor in VSCode with ModalEdit

Thanks to those that shared the plugins. I think using something like https://github.com/reykjalin/kakoune-mode would be the ideal as it allows keeping configs across the board.

When using Vim, hardest thing was syncing my habits of normal VIM with something similar but not really like vimperator/chromium vim due to separate configs. So that's a huge benefit.

Sadly it looks like that plugin hasn't been touched in a year. I'd rather not learn F# right now, but I may take it as inspiration and make this my first foray into VS Code plugins.

Another good reason for VS Code is pair programming. Having something familiar and also something with built-in realtime collab can make a HUGE difference for those situations.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

akkartik picture akkartik  路  3Comments

hwmack picture hwmack  路  4Comments

radare picture radare  路  3Comments

alexherbo2 picture alexherbo2  路  4Comments

basbebe picture basbebe  路  4Comments