How do I change the mod keys and other define the other commands using the home row and Shift keys?
Or isn't it possible to construct a combinations using to alphanumerical characters? (I have never seen one before)
Name:
emacs user2010-08-07 8:21
If you've switched ctrl and caps lock, then I don't see the problem. Alt isn't a problem either if you use your thumb.
Name:
Anonymous2010-08-07 8:25
[EMBED]
vi is what I used to plan
All my inventions
Escape colon q stretch out my hand
Start a new bash session
It's not what I'm used to
Just want to try you on
I'm curious for gnu
Closed my vi session
I tried emacs and I liked it
The feel of the alt-control-shift
I tried emacs just to try it
Hope vim.org don't mind it
It felt so wrong
It felt so right
I love the syntax highlight
I tried emacs and I liked it
I liked it
Knowing how to copy would be nice
It doesn't matter
I'll just cut and paste it twice
Less to remember
I'm told it's an os
built into itself
Control x-control s
Me from myself
chorus
This editor's programmable
E-lisp macros so flexible
Hard to resist so codable
Too good to deny it
Need a doctor it's built iiiin
[/EMBED]
Knowing how to copy would be nice
It doesn't matter
I'll just cut and paste it twice
The only way this line makes sense is if the person was determined to learn as few of the commands as possible. C-x is cut, M-x is copy
>>8
A number of modes do allow this, include both vi modes. Or you can switch them yourself if you want (global-set-key "a" 'kill-region) (global-set-key "s" 'yank)
etc.