Documentation
Everything you need to use jano and build plugins for it.
CLI Commands
janoOpen a new untitled filejano <file>Open or create a filejano --versionShow installed versionjano --helpShow help with all commandsjano updateUpdate jano to the latest versionjano --help, -hShow help with all commandsPlugin Commands
jano plugin install <name>Install a plugin from the storejano plugin install <name@version>Install a specific versionjano plugin remove <name>Remove an installed pluginjano plugin listList all installed pluginsjano plugin searchList all available pluginsjano plugin search <query>Search plugins by nameKeyboard Shortcuts
File
Save fileCtrl+S
Exit editorCtrl+Q
Editing
UndoCtrl+Z
RedoCtrl+Y
Cut selection or lineCtrl+X
Copy selection or lineCtrl+C
Paste from clipboardCtrl+V
Select allCtrl+A
Navigation
Search & ReplaceCtrl+F
Go to lineCtrl+G
Jump word by wordCtrl+Left/Right
Start / end of lineHome / End
Scroll by pagePage Up / Down
Multi-Cursor
Add cursor (Linux/macOS)Ctrl+Shift+Up/Down
Add cursor (Windows/WSL)Ctrl+Alt+Up/Down
Select next occurrenceCtrl+D
Clear extra cursorsEscape
Lines
Move line up/downAlt+Up/Down
Delete word backwardCtrl+Backspace
Delete word forwardCtrl+Delete
Autocomplete
Trigger autocompleteCtrl+Space
Accept / next suggestionCtrl+N
Mouse
Place cursorClick
Select wordDouble-Click
Select lineTriple-Click
Drag to selectDrag
Scroll up/downScroll
Function Keys
HelpF1
History browserF2
Format document (plugin)F3
Show diagnostics (plugin)F4
SettingsF9