We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The famous text editor runs smoothly on Tilck. In order to use on Tilck, first run:
./scripts/build_toolchain -s build_vim
And ask the build scripts to install vim in Tilck's image with:
vim
./scripts/cmake_run -DEXTRA_VIM=1
Finally, rebuild Tilck's image with:
make rem