Skip to content

keyboard shortcuts and lisp style parenthesis highlighting for the acme text editor

Notifications You must be signed in to change notification settings

ahamidullah/acme-l

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

Modifications to the acme editor, part of plan9port.
Build:
	Copy acme-l files into your plan9port directory, overwriting existing files.
	Rebuild the entire plan9port project.

Added keyboard shortcuts (based on http://plan9.bell-labs.com/sources/contrib/rminnich/):
	^b: left one char
	^f: right one char
	^d: delete next char
	^k: delete to end of line
	^u: delete to first whitespace character on line
	^l: redraw
	^n: move cursor to next line
	^p: move cursor to previous line
	^q: word backward
	^o: word forward
	^s: put
	^x: cut
	^c: copy
	^v: paste
	^z: undo

Added lisp style parenthesis highlighting:
	Execute "Lisp ON" to use parenthesis highlighting for that window.
	Execute "Lisp OFF" to disable it.

	Start acme with the "-p" arguement to use parenthesis highlighting for
	all windows by default.

About

keyboard shortcuts and lisp style parenthesis highlighting for the acme text editor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published