Deleted Added
full compact
1c1
< .\" $NetBSD: editrc.5,v 1.24 2009/04/11 22:17:52 wiz Exp $
---
> .\" $NetBSD: editrc.5,v 1.29 2014/12/25 13:39:41 wiz Exp $
29c29
< .\" $FreeBSD: head/lib/libedit/editrc.5 245325 2013-01-12 09:08:37Z joel $
---
> .\" $FreeBSD: head/lib/libedit/editrc.5 276881 2015-01-09 07:40:56Z bapt $
31c31
< .Dd October 18, 2003
---
> .Dd December 25, 2014
47d46
< .Dl [prog:]command [arg [...]]
48a48,49
> .Dl [prog:]command [arg ...]
> .Pp
108,113d108
< .It Fl e
< Bind all keys to the standard GNU Emacs-like bindings.
< .It Fl v
< Bind all keys to the standard
< .Xr vi 1 Ns -like
< bindings.
117a113,114
> .It Fl e
> Bind all keys to the standard GNU Emacs-like bindings.
138a136,139
> .It Fl v
> Bind all keys to the standard
> .Xr vi 1 Ns -like
> bindings.
153,154c154,157
< (e.g.\&
< .Sq ^A ) ,
---
> .Po
> e.g.\&
> .Sq ^A
> .Pc ,
189c192
< .Ar arg Ar ... .
---
> .Ar arg ... .
197c200,201
< .Sq meta or
---
> .Sq meta ,
> or
210c214
< .It Ic edit Op Cm on | off
---
> .It Ic edit Op Li on | Li off
232,234d235
< .It Ic telltc
< List the values of all the terminal capabilities (see
< .Xr termcap 5 ) .
265c266,268
< .Pq Sq +mode
---
> .Po
> .Sq +mode
> .Pc
267c270,272
< .Pq Sq -mode .
---
> .Po
> .Sq -mode
> .Pc .
288a294,296
> .It Ic telltc
> List the values of all the terminal capabilities (see
> .Xr termcap 5 ) .
298c306
< .It Ic vi-prev-space-word
---
> .It Ic vi-prev-big-word
302c310
< .It Ic vi-next-space-word
---
> .It Ic vi-next-big-word
330c338
< .It Ic vi-end-word
---
> .It Ic vi-end-big-word
332c340
< .It Ic vi-to-end-word
---
> .It Ic vi-end-word
365a374,395
> .It Ic vi-match
> Vi go to matching () {} or [].
> .It Ic vi-undo-line
> Vi undo all changes to line.
> .It Ic vi-to-column
> Vi go to specified column.
> .It Ic vi-yank-end
> Vi yank to end of line.
> .It Ic vi-yank
> Vi yank.
> .It Ic vi-comment-out
> Vi comment out current command.
> .It Ic vi-alias
> Vi include shell alias.
> .It Ic vi-to-history-line
> Vi go to specified history file line..
> .It Ic vi-histedit
> Vi edit history line with vi.
> .It Ic vi-history-word
> Vi append word from previous input line.
> .It Ic vi-redo
> Vi redo last non-motion command.