zsh-users
 help / color / mirror / code / Atom feed
* vi-caps-lock-panic
@ 2007-05-21  3:29 fREW
  2007-05-21  4:53 ` vi-caps-lock-panic Geoff Wing
  0 siblings, 1 reply; 2+ messages in thread
From: fREW @ 2007-05-21  3:29 UTC (permalink / raw)
  To: Zsh users list

Hey fellas,

In the zshzle manpage I found the following:

       vi-caps-lock-panic
              Hang until any lowercase key is pressed.  This is for  vi  users
              without the mental capacity to keep track of their caps lock key
              (like the author).

This would be super useful to me, (I'm like the author (-: ) but how
do you use it?  I mean, if I have to press a key to invoke it, I might
as well just look down to see if the caps lock light is on.

Thanks!

-fREW


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: vi-caps-lock-panic
  2007-05-21  3:29 vi-caps-lock-panic fREW
@ 2007-05-21  4:53 ` Geoff Wing
  0 siblings, 0 replies; 2+ messages in thread
From: Geoff Wing @ 2007-05-21  4:53 UTC (permalink / raw)
  To: Zsh Hackers

On Monday 2007-05-21 13:30 +1000, fREW output:
:Hey fellas,
:In the zshzle manpage I found the following:
:       vi-caps-lock-panic
:              Hang until any lowercase key is pressed.  This is for  vi  users
:              without the mental capacity to keep track of their caps lock key
:              (like the author).

The author in the case is Paul Falstad.  This is a very old feature.

:This would be super useful to me, (I'm like the author (-: ) but how
:do you use it?  I mean, if I have to press a key to invoke it, I might
:as well just look down to see if the caps lock light is on.

Presumably you bind it to keys which don't make sense in uppercase.
e.g. in vi command mode, some navigation keys have no meaningful uppercase
complement, so something like:

% bindkey -M vicmd 'H' vi-caps-lock-panic
% bindkey -M vicmd 'K' vi-caps-lock-panic
% bindkey -M vicmd 'L' vi-caps-lock-panic

Then if you try to do some basic navigation in command mode with the
caps-lock on it will beep and whinge until you turn it off.

Regards,
Geoff


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-05-21  4:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-05-21  3:29 vi-caps-lock-panic fREW
2007-05-21  4:53 ` vi-caps-lock-panic Geoff Wing

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).