help-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-bash] How to configure 'b' and 'e' vi mode to ignore '.'?


From: DJ Mills
Subject: Re: [Help-bash] How to configure 'b' and 'e' vi mode to ignore '.'?
Date: Tue, 27 Nov 2012 12:15:16 -0500




On Tue, Nov 27, 2012 at 11:23 AM, Chet Ramey <address@hidden> wrote:
vi makes a distinction between a `word' (sequence of letters, digits, and
underscores delimited by something that's not) and a `bigword' (sequence of
non-blanks delimited by a blank).

`b' and `e' operate on words.  `B' and `E' operate on bigwords.  If you
don't want to stop at a vi word delimiter, use the commands that operate
on bigwords.

Chet
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
                 ``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, ITS, CWRU    address@hidden    http://cnswww.cns.cwru.edu/~chet/


This is the same way b and e work in vi, to do it any differently wouldn't make any sense

reply via email to

[Prev in Thread] Current Thread [Next in Thread]