7HR4IZ3 / acode-vim-mode

Extended support for vim keymapping for Acode
0 stars 1 forks source link

Acode Vim Plugin

NOTE This is not actually vim.

This plugin adds extended support for ace.js vim keyboard keymapping making it so Acode feels like a vi based editor.

NOTE Press i to enter input mode.

NOTE Press esc in input mode to exit input mode.

NOTE Use :q to close file and :e to exit Acode

Extended - commands

The following - commands are available in this version.

You can execute a command using :<command>

Executes means it uses acode.exec function.

All other vim keyinput are supported too.