Ysd is a text editor made with Rust lang.
'ysd' is '安定' in Japanese Kanji.
- install cargo (Rust's build system and package manager)
- run
git clone https://github.com/akitsu-sanae/ysd
- run
cd ysd
- run
cargo build --release
- then, you can find executable ysd in
./target/release/
ysd <filename>
... open file- in Command Mode (default)
- j ... move left
- l ... move right
- i ... move up
- k ... move down
:edit
... change to Edit Mode:save-as <filename>
... save current buffer as<filename>
:toggle-line-number
... enable/disable showing line numbers:quit
... quit ysd
- in Edit Mode
- Esc ... change to Command Mode
- otherwise ... insert charactor at current cursor position.