Skip to content
/ iexot Public

Terminal text editor inspired by vim and emacs

Notifications You must be signed in to change notification settings

izmoz/iexot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Iexot

Tiny terminal text editor inspired by Vim and Emacs. Written just for learning purposes, but there are many ideas to realize.

Features:

Navigating in vimacs way: "Ctrl-h", "Ctrl-j", "Ctrl-k", "Ctrl-l";
Jumping to the beginning and end of the line: "Ctrl-a", "Ctrl-e";
Navigating to the beggining, mid and end of the file: "Ctrl-g s", "Ctrl-g m", "Ctrl-g e";
Jumping to the first letter of the word/symbol/numbers in vim way: "Ctrl-w" and "Ctrl-b";
Searching in the file with highlighted matched words. To enter "search mode" press "Ctrl-f" and start type. Without leaving "search mode" you can navigate selected words with following keys: "Ctrl-n n" (next occurence), "Ctrl-n p" (previous);
Highlighing keywords, numbers, commented lines, strings depend on opened file extension

Install

make

Usage

./iexot <filename>
Or .call /iexot with no arguments to create new file and edit it.

Author

👤 otseGo

About

Terminal text editor inspired by vim and emacs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published