zsh-users
 help / color / mirror / code / Atom feed
* Word motions (was Re: Call for opinions)
       [not found] <Pine.GSO.4.10.9906130004120.26180-100000@house.clari.net>
@ 1999-06-13 10:20 ` Bart Schaefer
  0 siblings, 0 replies; only message in thread
From: Bart Schaefer @ 1999-06-13 10:20 UTC (permalink / raw)
  To: Wayne Davison; +Cc: zsh-users

On Jun 13, 12:13am, Wayne Davison wrote:
} Subject: Re: Call for opinions on a couple of prospective zsh patches
}
} On Sun, 6 Jun 1999, Bart Schaefer wrote:
} > I've long been using
} > 	bindkey -s '^[f' '^[E^F'
} 
} That just beeps at me when I decided to see what you were doing
} there.  Is ^[E bound to "go to end of word"?

Oh, yeah.  ^[E is bound to vi-forward-word-end.  For some reason I forgot
that isn't the default.  (That's how long I've been using it ...)

} I've always been quite happy with the emacs-* commands:
} 
} 	bindkey '^[b' emacs-backward-word
} 	bindkey '^[f' emacs-forward-word
} 
} Perhaps this does the same thing?

Mine treats dots, hyphens, underscores and so on as word separators, which
emacs-*-word do not (unless I drop them from WORDCHARS, in which case too
many other things treat them as word separators).  But the intent is to
place the cursor on the word separator, which emacs-forward-word does; I'd
forgotten that zle-command existed.

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1999-06-13 10:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <Pine.GSO.4.10.9906130004120.26180-100000@house.clari.net>
1999-06-13 10:20 ` Word motions (was Re: Call for opinions) Bart Schaefer

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).