You're viewing a comment by Tweezak and its responses.
You're viewing a comment by Tweezak and its responses.
I am being sponsored by Syntress since 2007! They bought me an amazing dedicated server to run catonmat on. If you're looking web services in Chicago area, I highly recommend the Syntress guys!
I love to read science books. They make my day and I get ideas for awesome blog posts, such as Busy Beaver, On Functors, Recursive Regular Expressions and many others.
Take a look at my
Amazon wish list, if you're curious about what I have planned reading next, and want to surprise me. :)


FINALLY!!
I'm an old HPUX user and KSH and default vi mode command line editing are seemingly hard wired into my digits. BASH was really getting tiresome. This find will save my sanity (or what's left of it). Thanks for writing this!
Now if I could only remap the escape key to the spot God intended it to be...where the caps lock is. Anyone who used to use old HP workstations knows exactly what I'm talking about.
Comment Responses
Tweezak,
Not sure if you'll see this, but if you'll create a file (I call mine .xmodmap-esc) with these lines:
clear Lock
keycode 0x42 = Escape
And then load it with:
xmodmap $FILENAME
Reply To This Comment