A (work in progress) extension of the kilo text editor
This project is based on kilo by Salvatore Sanfilippo.
Original code is licensed under the BSD 2-Clause License. This repository retains the same license unless otherwise stated.
Modifications and additions are my own work.
Kilo text editor was originally created by @antirez. See the original kilo repository for the source and full license details.
-
Vim-like modes
- Normal mode: Move around document, save and quit
- Insert mode: Insert text
- Visual mode: Select text
- Visual Line mode: Select lines of text
-
Vim-like macros
a: Insert after cursori: Insert before cursorh,j,k,l: Move left, down, up, rightv: Visual mode<esc>: Go to normal modeg: Top of fileG: Bottom of file0: Start of line$: End of liney: Yank (copy) text into bufferp: Paste text from buffer