Skip to content

BitsBob/tx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tx

Small text editor in C, built off the Kilo text editor tutorial.

Building Yourself

git clone https://github.com/BitsBob/tx.git
cd tx
make
sudo cp build/tx /usr/local/bin/
Mode Key Action
Normal i enter insert mode
Normal v enter visual mode
Normal dd delete line
Normal gg / G top / bottom
Normal / search
Command :w :q :wq :q! write / quit / write+quit / force quit

! TODO

  • Undo/Redo
  • Syntax Highlighting
  • Delete Shortcuts
  • Line Numbers (Relative, Actual)
  • Dot Operator
  • Visual Block Mode
  • Visual Mode pipe to shell command
  • Multi Line insert
  • Text Objects (Sort of)

License

MIT

About

Small text editor in C.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors