File: editor.help

package info (click to toggle)
aime 0.60.3-7
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 6,016 kB
  • ctags: 5,217
  • sloc: cpp: 77,611; ansic: 3,765; sh: 2,996; makefile: 234; sed: 93
file content (17 lines) | stat: -rw-r--r-- 553 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
===========================================================================
 Editor commands:

 q = Quit                    l     = show text
 A = Abort                   d     = show current line

 a = append                  g <x> = goto line <x>
 o = Overwrite               m     = show end of line marker
 i = Insert                  w     = write text
 f = Autoformat text         c     = clear text

 x <l> = delete line <l>
 / <x> <y> = Replace <x> by <y> in this line
 G <x> <y> = Replace all <x>'s in the text by <y> (GLOBAL)
 ? This file.