Features
- Modern Features: Syntax highlighting, themes, mouse support, hot-keys, RegEx search/replace, spellcheck, auto-indent, parentheses matching, etc.
- Efficient: Keyboard shortcuts keep you on the keyboard, not the mouse
- Easy-To-Use: Menu keeps all commands right at your fingertips
- Cross-Platform: Runs on macOS, Linux, BSD, Windows
Important
- macOS Users: Make sure you have "Use Option as Meta" enabled in your terminal settings
- Menu Notation:
^Tis shorthand forControl+TM+Tis shorthand forMeta+T (ALT+T)
Pre-Compiled Binaries
Download the latest macOS or Linux (deb) release directly from GitHub:
Build Yourself
If you already have Rust installed, you can easily pull xnano directly from crates.io:
cargo install xnano
Or build it from the repository:
git clone https://github.com/mabognar/xnano
cd xnano
cargo install --path .