summaryrefslogtreecommitdiff
path: root/editors/orbiton/pkg-descr
blob: 9f36a35748a9e73cea80fd069dabc5dd61cbe2cf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Small, fast and limited text editor

Features and limitations:
* Has syntax highlighting for Go code.
* Never asks before saving or quitting. Be careful.
* Home and End are not detected by the key handler.
* Can format Go code using gofmt (press ctrl-f).
* Expects utilities like gofmt to be in /usr/bin.
* Will strip trailing whitespace whenever it can.
* Must be given a filename at start.
* Requires that /dev/tty is available.
* Copy, cut and paste is only for one line at a time.
* Some letters can not be typed in. Like the "ash" grapheme
  formed from the letters a and e.