Are there any mnemonics or patterns that make memorizing emacs key combos easier?
Are there any mnemonics or patterns that make memorizing emacs key combos easier?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Well, the main important ones are:
`
Kill” a line and C-y to “Yank” it back from the kill buffer (aka: clipboard).Search “Help”Transpose” two characters.Previous” lineNext” lineForward” charBackward” charEnd” of lineAbeginning” of lineOther than that I mostly use the arrow keys, the mouse, the menus, or a select group of actual commands. The few exceptions to this (eg: macro creation and use) I learned pretty much by muscle-memory.