yahvim-1.5.25 is not a library.
YahVim
YahVim is a lightweight, terminal-based text editor inspired by Vim, built with Rust.
Features
- Modal editing (Normal, Insert, Command modes)
- Basic file editing and saving
- Vim-like keybindings
- Minimal and fast
Installation
Usage
Modes
- Normal Mode: Default mode, press
q
to quit - Insert Mode: Press
y
to enter,ESC
to exit - Command Mode: Press
:
to enter commands
Commands
yahw
: Save fileyahwq
: Save and quityahq
: Quit without savingyahq!
: Force quit
Keybindings
- Arrow keys: Navigate
y
: Enter Insert modeESC
: Return to Normal mode:
: Enter Command modeq
: Quit in Normal mode
License
MIT License