Skip to content

exbotanical/tabloid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tabloid

Tabloid is a light-weight, fast, and extensible text editor written in C

make install

tabloid file.md
# OR
tabloid

key_bindings

  • up, down, left, right keys
  • PgUp, PgDown (y-axis, jumpto)
  • Home, End (x-axis, jumpto begin / end of word)
  • C-c to quit
  • C-c x 3 to quit with unsaved changes
  • DEL delete char to right of cursor
  • backspace to delete prev char
  • C-s to save
  • C-f to search

search

syntax highlighting