C-<chr> means hold the CONTROL key while typing the character <chr> Thus, C-f would be: hold the CONTROL key and type f.
M-<chr> means hold the META or EDIT or ALT key down while typing <chr>. If there is no META, EDIT or ALT key, instead press and release the ESC key and then type <chr>. We write <ESC> for the ESC key.
Here is a summary of simple cursor-moving operations:
C-fMove forward a character
C-bMove backward a character
M-fMove forward a word
M-bMove backward a word
C-nMove to next line
C-pMove to previous line
C-aMove to beginning of line
C-eMove to end of line
M-aMove back to beginning of sentence
M-eMove forward to end of sentence
M-< (META Less-than), which moves to the beginning of the whole text
M-> (META Greater-than), which moves to the end of the whole text
On most terminals, the "<" is above the comma, so you must use the shift key to type it.
On these terminals you must use the shift key to type M-< also; without the shift key, you would be typing M-comma.
C-u 8 C-f moves forward eight characters.
C-u 8 * to insert *******
C-g to discard
C-x 1One window (i.e., kill all other windows).
<DEL> Delete the character just before the cursor
C-d Delete the next character after the cursor
M-<DEL> Kill the word immediately before the cursor
M-d Kill the next word after the cursor
C-k Kill from the cursor position to end of line
M-k Kill to the end of the current sentence
相关推荐
Emacs 24 学时教程是一套专为初学者设计的全面教程,旨在帮助新手迅速掌握这款强大的文本编辑器的使用。Emacs 是一款高度可定制、功能丰富的开源文本编辑器,它不仅用于编写代码,还常被程序员、作家和学者用作日常...
Sams Teach Yourself Emacs in 24 Hours By Jesper Pedersen, 为数不多的emacs学习资料,英文版html格式,tar包,解包: tar -xvf emacs.tar
功能强大的编辑器,众多程序员的选择,支持各种插件和功能自定义
本文件就两个文件夹home、site-lisp,home文件为空,用于放你自己的配置文件("home"="~",你懂的),复制到emacs文件夹下覆盖原文件夹即可。 外面还有EmacsReg.bat及EmacsDeReg.bat...本文件在Emacs 24版上测试无误。
如果你有兴趣,可以寻找更新的版本,例如Emacs24或更高版本,以获取最新的特性和服务支持。同时,Emacs社区非常活跃,不断有新的插件和配置出现,为用户提供更丰富的使用体验。如果你找到了新版本,记得及时更新,以...
将下载到目录~/.emacs.d/themes并将此行添加到您的.emacs文件中: (add-to-list 'custom-theme-load-path " ~/.emacs.d/themes/ " ) Package.el 提供了Ubuntu主题。 您可以通过以下方式安装它: Mx package-...
Emacs 24主题背景为浅色。 用。 屏幕截图: Elisp和Python的代码示例: Javascript和组织模式示例: Go和Java示例: 屏幕截图中使用的字体是 。 可以使用将天气数据显示在议程缓冲区中。 在Melpa上可用。 ...
Emacs 24 的另一个 molokai 主题这是 Emacs 24 的主题,基于我最喜欢的 Vim 莫洛凯主题。预习安装手动的将molokai-theme.el下载到目录~/.emacs.d/themes/ 。 并将其添加到您的 emacs dotfile 中: (add-to-list ' ...
Emacs 24 的彩色、静音主题,深色背景和浅色文本。 安装 只需设置 Emacs 以使用并像这样安装 Soothe: M-x package-install <RET> soothe-theme 现在您可以使用Mx load-theme <RET> soothe或使用并选择soothe ,以...
关于Ample Zen 是 Emacs 24 的主题。它是 Jordon Biondo ( ) 的 ample-theme 和 Bozhidar Batsov ( ) 的 Zenburn-Emacs 的组合 )。 归功于他们,因为他们做了辛勤的工作。 我想结合 AmpleTheme 的颜色和 Zenburn-...
"爵士主题"(Jazz Theme)是专为Emacs 24+版本设计的一款深色主题,旨在为用户提供舒适、专业的编程体验。 深色主题在许多程序员中非常流行,因为它们在暗环境下能减轻眼睛的压力,并且可以降低屏幕反射,使得在...
本文将详细解析"minimum-theme",这是一个专为Emacs 24设计的简洁、轻量级的主题。 "minimum-theme",正如其名,是一个旨在提供最简洁、最少视觉干扰的配色方案。对于那些喜欢保持编辑器界面简洁明了的用户,这个...
本配置文件基于网上提供的其他配置文件进行修改。 支持: emacs 24 +cedet 1.1 +ecb 2.40 源配置文件下载地址: http://download.csdn.net/detail/karotte/3812760
该模式需要GNU Emacs24。它不适用于GNU Emacs 23及更低版本,或其他版本的Emacs(例如XEmacs)。 特征 语法高亮 表达式和语句的缩进和对齐 标签导航(又名imenu ) 清单的手动验证和(有关验证和,请参阅 ) 与...
emacs 24主题,具有浅色背景和温暖的色彩。 用。 屏幕截图: python和common lisp的代码示例: 组织模式和JS示例: 在Melpa上可用。 安装说明 将以下行添加到您的init.el中(仅当您尚未这样做时): (setq ...
本文将深入探讨“color-theme-yosemite”这一主题,它为GNU Emacs 24带来了OS X Yosemite的视觉风格,使得Emacs用户可以在使用编辑器时享受到与苹果操作系统相似的色彩体验。 首先,让我们了解一下“EmacsLisp”。...
软早晨主题具有浅色背景的Emacs24主题 在Melpa上可用。安装说明将以下行添加到您的init.el中(仅当您尚未这样做时): (setq package-archives '(("gnu" . "http://elpa.gnu.org/packages/") ("marmalade" . ...
E Emacs 24 Antinews .................................. 519 F Emacs and Mac OS / GNUstep ........................ 522 G Emacs and Microsoft Windows/MS-DOS ................ 525 The GNU Manifesto ..........