Quick Start
Welcome to VimStar! Here’s what to do in your first 5 minutes.
1. Launch VimStar
nvim
Press e to start a new file or press Space-ko to open an existing file.
2. Write Something
-
VimStar is still Neovim, so press
ito begin writing in Markdown. Completion is on by default. To toggle it, hitEscto go back to Normal mode and then pressSpace-oc. -
To preview your document, press
Space-op. -
If you have Pandoc and LaTeX or Typst installed, press
Space-pand the relevant command from the menu to produce a PDF in the same folder as your file. -
Use WordStar-inspired commands to save (
Space-ks), save and exit (Space-kx), or abandon changes and exit (Space-kq).
3. Try the AI Assistant
If you have Ollama installed, make sure the qwen3.6:27b model is available and press Space-cc to chat. Type a prompt like “Explain the quicksort algorithm.”
4. Navigate Files
Space-koto browse your file systemSpace-fs= Find filesSpace-fs= Find files in the current folderSpace-kt= Toggle Neo-tree file explorerSpace-fp= Find git-tracked files only
5. Try the Wiki
-
Customize the Wiki location in
vimstar-user.luaby settingvim.g.wiki_rootand then restarting VimStar. -
Space-wwopens the first Wiki page. -
Space-w-Space-wopens today’s journal page.
For more information, see the Wiki documentation by typing :help wiki.
Next Steps
- Read the full Reference
- Explore Writing Features
- Learn about Coding Support