view level1/sys/minted.hp @ 2848:94197db917c9 lwtools-port

Makefiles: Call OS9ATTR with multiple files (part 1) Instead of spawning a os9 process for each file, call it once with the whole bunch of files. This can speed up the build process significantly when applied globally. For now, do the special cases having "notdir".
author Tormod Volden <debian.tormod@gmail.com>
date Fri, 12 Jul 2013 00:01:00 +0200
parents 41a6f70d842d
children
line wrap: on
line source

@MINTED
Syntax : minted [<text>]
Usage : Minimalist text editor

Hot keys:

Ctrl+S      = Save file
Ctrl+R      = Rename file
Ctrl+K      = Delete line
Ctrl+D      = Duplicate line
Ctrl+O      = Online help
Ctrl+E      = Exit/esc
Ctrl+G      = Go to line
ctrl+U      = Undo
Cursor keys = Move cursor
Shift+Left  = Delete left
Shift+Right = Delete right
Shift+Up    = Page up
Shift+Down  = Page down
Ctrl+Left   = Go to line begin
Ctrl+Right  = Go to line end