Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

i spent a lot of time and i am super productive makimg my muscle memory work well navigating text files on windows. Now that i am on emacs, I see my productivity drop severely.

for example, in Visual Studio to move to the next word you type Ctrl + right arrow, and to the prev Ctrl + left arrow. I both think that this is more natural than M-b and M-f and it's easier because it's what other systems use (think, word docs, or text boxes when typing an email or a Stack question).

Is there a simple way to configure the emacs keyboard shortcuts to map to the ones from other systems?

share|improve this question
2  
The answers to this question stackoverflow.com/questions/190402/… indicate how to make Visual Studio's text editor behave more like Emacs. Come, little one, into the light ... – High Performance Mark Jul 13 '12 at 18:27
3  
Doesn't Ctrl+Arrow work in Emacs too? I use that and I don't use M-F, M-b either. Are you using the latest emacs? Version 24? – Tom Jul 13 '12 at 18:34
1  
I've been using Ctrl+Right and Ctrl+Left in Emacs as far back as I can remember without any special setup required. – Michael Hoffman Jul 13 '12 at 18:50
As others commented, the basic navigation keys like Ctrl+Right should work out-of-box. Also you can enable CUA mode for select and cut/copy/paste semantics. That will help your Windows-centric muscle memory. (Re "what other systems use": Just FYI, people who move among Windows/cygwin, Mac, and Linux have an alternate muscle memory investment. :) Depends what circles you travel in.) – Greg Hendershott Jul 13 '12 at 20:59
After years of using Emacs, at one point I actually turned off the arrow keys to force myself learning the "classic" keybindings to move the point. There was actually no point to that exercise, it was just for fun. However, I do find it beneficial now when using Emacs on my netbook where the arrow keys are tiny. Also, I use Emacs almost exclusively in terminal mode and depending on the terminal, the combination of modifier+arrow key may not even work, so it's good to have the traditional keybinding in my muscle memory now. Still, sometimes some edits can be done quicker with the arrow keys. – Thomas Jul 14 '12 at 1:18
show 2 more comments

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.