本文介绍了学习emacs - 有用的助记符?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

解决方案

主要的重要内容是:
`




  • K Y ank从kill buffer(aka:clipboard)返回。

  • S earch

  • T 转置两个字符。

  • P revious

  • N extline

  • F orwardchar

  • B ackwardchar

  • E nd / li>
  • .... a是字母表的开头,所以 A 开始



除此之外,我主要使用箭头键,鼠标,菜单或一组实际命令。这几个例外(例如:宏创建和使用)我通过肌肉记忆学到了很多。


Are there any mnemonics or patterns that make memorizing emacs key combos easier?

解决方案

Well, the main important ones are: `

  • to "Kill" a line and to "Yank" it back from the kill buffer (aka: clipboard).
  • to "Search "
  • for "Help"
  • "Transpose" two characters.
  • "Previous" line
  • "Next" line
  • "Forward" char
  • "Backward" char
  • "End" of line
  • .... a is the beginning of the alphabet, so "A beginning" of line

Other 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.

这篇关于学习emacs - 有用的助记符?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-29 12:18