Replicates vi(m)-like modal editing in Lite-XL
This plugin adds various features from the vim text editor, such as modes, and it's infamous vim motions.
- can't use numbers as motions, example: the
0
keybind which would send you to the start of the line. (however, you may still use numbers for doing a certain motion multiple times, such as5k
)
- implement vim-like command mode instead of using lite-xl's (allow access to lite-xl's commands using lx command)
- Text Objects (such as brackets, methods, comments, etc)
- Marks
- registers
- Visual block mode
- Others (Use https://github.com/VSCodeVim/Vim/blob/HEAD/ROADMAP.md as reference)
Lite-XL-Vibe - First modal-editing plugin that I personally used
Vim & Neovim - For being great text editors
lite-modal - Uses the lite-modal plugin under the hood