Kind of funny, I am changing every config I can get hold of to be more
VI-like, but it never occurred to me to do this to my wm!
Here is what I came up with, and it work for me:
First, my current setting for window scrolling (pretty much the
canned setup):
# press arrow + control anywhere, and scroll by 1 page
Key Left A C Scroll -100 +0
Key Right A C Scroll +100 +0
Key Up A C Scroll +0 -100
Key Down A C Scroll +0 +100
Key Left A C2 Scroll -100 +0
Key Right A C2 Scroll +100 +0
Key Up A C2 Scroll +0 -100
Key Down A C2 Scroll +0 +100
# VI like window scrolling
Key h A C Scroll -100 +0
Key l A C Scroll +100 +0
Key k A C Scroll +0 -100
Key j A C Scroll +0 +100
Key h A C2 Scroll -100 +0
Key l A C2 Scroll +100 +0
Key k A C2 Scroll +0 -100
Key j A C2 Scroll +0 +100
the last 4 in each bloc, with mod C2 allows me to get this behavior
even when the NumLock is on. Yours may be different.
HTH
Lou
On 06/26/01 10:04 AM, Keith Kaple sat at the `puter and typed:
> I'd like to config for <control> <j|k|l|h> to move between the current desktop windows in a vi fashion based on the geometrical location of upper left corner.
>
> Does anyone have a config for this?
>
> thanks
> --
> Visit the official FVWM web page at <URL: http://www.fvwm.org/>.
> To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
> message to majordomo_at_fvwm.org.
> To report problems, send mail to fvwm-owner_at_fvwm.org.
>
--
Louis LeBlanc
Fully Funded Hobbyist, KeySlapper Extrordinaire :)
leblanc_at_acadia.ne.mediaone.net
http://acadia.ne.mediaone.net ԿԬ
--
Visit the official FVWM web page at <URL: http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_fvwm.org.
To report problems, send mail to fvwm-owner_at_fvwm.org.
Received on Tue Jun 26 2001 - 09:30:05 BST