Skip to content

An overly minimal Vim-like editor

License

MIT, BSD-2-Clause licenses found

Licenses found

MIT
LICENSE
BSD-2-Clause
LICENSE_KILO
Notifications You must be signed in to change notification settings

jakub-swiniarski/ether

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ether

An overly minimal Vim-like editor
Ether uses parts of code from Kilo. Kilo's license is included in this repository.

How to install?

Run this with root privileges:

make install

Start editing:

touch file
ether file

How to uninstall?

Run this with root privileges:

make uninstall

Default keybindings

In normal mode

Colon (:) - enter command mode
I - enter insert mode
H - move cursor to the left
J - move cursor down
K - move cursor up
L - move cursor to the right

In command mode

Q - quit
W - save changes
X - delete character
D - delete row

In any mode

Escape - enter normal mode

Customization

Edit config.h, recompile & reinstall the program.

About

An overly minimal Vim-like editor

Topics

Resources

License

MIT, BSD-2-Clause licenses found

Licenses found

MIT
LICENSE
BSD-2-Clause
LICENSE_KILO

Stars

Watchers

Forks

Packages

No packages published