update emacs cheatsheet

pull/11/head
skywind3000 7 years ago
parent 98916d8ef0
commit de669fbafe

@ -1,6 +1,6 @@
############################################################################## ##############################################################################
# EMACS CHEATSHEET (中文速查表) - by skywind (created on 2018/3/9) # EMACS CHEATSHEET (中文速查表) - by skywind (created on 2018/3/9)
# Version: 2, Last Modified: 2018/03/09 17:39 # Version: 3, Last Modified: 2018/03/09 18:26
# https://github.com/skywind3000/awesome-cheatsheets # https://github.com/skywind3000/awesome-cheatsheets
############################################################################## ##############################################################################
@ -71,6 +71,14 @@ M-y 从删除环中拉回更早期内容
# 搜索替换 # 搜索替换
############################################################################## ##############################################################################
C-s 搜索,出现 mini buffer 输入要查找的东西
C-s 搜索模式下向前搜索
C-r 搜索模式下向后搜索
RET 退出搜索模式
C-g 退出搜索模式
M-s w RET 向前搜索单词(空格和标点分隔)
M-s w C-r RET 向后搜索单词(空格和标点分隔)
############################################################################## ##############################################################################
@ -88,5 +96,6 @@ C-h r Emacs 手册
############################################################################## ##############################################################################
http://blog.csdn.net/garfielder007/article/details/49557441 http://blog.csdn.net/garfielder007/article/details/49557441
http://blog.csdn.net/ryuali2010/article/details/7887776

Loading…
Cancel
Save