Skip to content

Latest commit

 

History

History
executable file
·
34 lines (26 loc) · 817 Bytes

README.md

File metadata and controls

executable file
·
34 lines (26 loc) · 817 Bytes

bash text editor

A simple text editor written in bash.

Requirements

bash 4+

Instalation

make install

Keybindings

Arrow Keys  : For cursor movement
Pg Up       : To move up a page
Pg Dwn      : To move down a page

Back Space  : To delete the character before the cursor
Delete      : To delete the character under the cursor

Alt+u       : Undo action
Alt+r       : Redo action

Ctrl+O      : Save file
Ctrl+X      : Quit the editor

Why i made it?

This is just a passion project I chose to do after being inspired by fff. Thank you @dylanaraps ^u^