aboutsummaryrefslogtreecommitdiff
path: root/docs/ev
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-04-10 13:26:05 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-04-10 13:26:05 +0000
commit5a709d61a37133c04bc540b7c531c49239e71145 (patch)
treec966d82948d199cb6fbe3ebf72b2838dcc15da99 /docs/ev
parent1abe484249caf1c5e462ce3110c8db09c059c6e8 (diff)
downloadsrc-5a709d61a37133c04bc540b7c531c49239e71145.tar.gz
src-5a709d61a37133c04bc540b7c531c49239e71145.zip
Import nvi 2.1.3vendor/nvi/2.1.3
Approved by: peter
Notes
Notes: svn path=/vendor/nvi/dist/; revision=281368 svn path=/vendor/nvi/2.1.3/; revision=281370; tag=vendor/nvi/2.1.3
Diffstat (limited to 'docs/ev')
-rw-r--r--docs/ev55
1 files changed, 0 insertions, 55 deletions
diff --git a/docs/ev b/docs/ev
deleted file mode 100644
index 144295a319f2..000000000000
--- a/docs/ev
+++ /dev/null
@@ -1,55 +0,0 @@
-# @(#)ev 8.4 (Berkeley) 4/29/94
-
-Ev: Vi: Result:
-<CK> <CK> (Cursor keys). Move around the file.
-
-Meta key commands:
-^A<#> <#>G Goto line #.
-^A$ G Goto the end of the file.
-^A/ / Prompt and execute a forward search.
-^A: : Prompt and execute an ex command.
-^A? ? Prompt and execute a backward search.
-^Ac y'<c> Copy to mark in line mode (or copy the current line).
-^AC y`<c> Copy to mark in character mode.
-^Ad d'<c> Delete to mark in line mode (or delete the current line).
-^AD d`<c> Delete to mark in character mode.
-^Aj J Join lines.
-^Am m<c> Mark the current cursor position.
-^AN N Repeat search in the reverse direction.
-^An ^A Search for the word under the cursor.
-^Ar u Redo a command.
-^Au u Undo a command.
-
-Single key commands:
-^B ^B Page up a screen.
-^C ^C Interrupt long-running commands.
-^D ^D Page down a half-screen.
-^E $ End of line.
-^F ^F Page down a screen.
-^G ^G File status/information.
-^H X Delete the character to the left of the cursor.
-^I (TAB)
-^J j Cursor down one line.
-^K k Cursor up one line.
-^L ^L Redraw the screen.
-^M (CR) ^M In insert mode, split the line at the current cursor,
- creating a new line.
- In overwrite mode, cursor down one line.
-^N n Repeat previous search, in previous direction.
-^O (UNUSED)
-^P p Paste the cut text at the cursor position.
-^Q (XON/XOFF)
-^R (UNUSED)
-^S (XON/XOFF)
-^T D Truncate the line at the cursor position.
-^U ^U Page up a half-screen.
-^V<c> ^V<c> Insert/overwrite with a literal next character.
-^W w Move forward one whitespace separated word.
-^X x Delete the current character.
-^Y (UNUSED)
-^Z ^Z Suspend.
-
-New ex mode commands:
-
-^A:set ov[erwrite] Toggle "insert" mode, so that input keys overwrite
- the existing characters.