The process of preparing programs for a digital computer is especially attractive, not only because it can be economically and scientifically rewarding, but also because it can be an aesthetic experience much like composing poetry or music.
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.
I am being sponsored by Syntress! They bought me an amazing dedicated server to run catonmat on. If you're looking web services, I highly recommend the Syntress guys!
Education Sponsors
I am being sponsored by A-Writer! If you ever need help with essay writing, look no further than A-Writer! They will help you with your writing in as quickly as 3 hours!
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