Fixed crashing issue with delete at -1
Fixed issue with paste
Minor standardization
A minimal text editor, written in ANSI C.
To build left, you must have SDL2.
cc left.c -std=c89 -Os -DNDEBUG -g0 -s -Wall -L/usr/local/lib -lSDL2 -o left
ctrl+n
Newctrl+r
Reloadctrl+s
Savectrl+a
Select allctrl+h
Toggle Guidesctrl+right
End of linectrl+left
Beginning of linectrl+plus
Zoom inctrl+minus
Zoom outctrl+]
Indent selectionctrl+[
Unindent selectionctrl+u
Uppercase selectionctrl+l
Lowercase selectionalt+right
End of wordalt+left
Beginning of wordshift click
select toright-click word
jump to word "foo"right-click :123
jump to line 123