1 # @(#)ev 8.4 (Berkeley) 4/29/94
4 <CK> <CK> (Cursor keys). Move around the file.
7 ^A<#> <#>G Goto line #.
8 ^A$ G Goto the end of the file.
9 ^A/ / Prompt and execute a forward search.
10 ^A: : Prompt and execute an ex command.
11 ^A? ? Prompt and execute a backward search.
12 ^Ac y'<c> Copy to mark in line mode (or copy the current line).
13 ^AC y`<c> Copy to mark in character mode.
14 ^Ad d'<c> Delete to mark in line mode (or delete the current line).
15 ^AD d`<c> Delete to mark in character mode.
17 ^Am m<c> Mark the current cursor position.
18 ^AN N Repeat search in the reverse direction.
19 ^An ^A Search for the word under the cursor.
24 ^B ^B Page up a screen.
25 ^C ^C Interrupt long-running commands.
26 ^D ^D Page down a half-screen.
28 ^F ^F Page down a screen.
29 ^G ^G File status/information.
30 ^H X Delete the character to the left of the cursor.
32 ^J j Cursor down one line.
33 ^K k Cursor up one line.
34 ^L ^L Redraw the screen.
35 ^M (CR) ^M In insert mode, split the line at the current cursor,
37 In overwrite mode, cursor down one line.
38 ^N n Repeat previous search, in previous direction.
40 ^P p Paste the cut text at the cursor position.
44 ^T D Truncate the line at the cursor position.
45 ^U ^U Page up a half-screen.
46 ^V<c> ^V<c> Insert/overwrite with a literal next character.
47 ^W w Move forward one whitespace separated word.
48 ^X x Delete the current character.
54 ^A:set ov[erwrite] Toggle "insert" mode, so that input keys overwrite
55 the existing characters.