Show Menu
Cheatography

Spacemacs Common Cheat Sheet (DRAFT) by

common spacemacs

This is a draft cheat sheet. It is a work in progress and is not finished yet.

Most Common Keybinding

SPC p p
切换project
SPC p f
projec­t中打开文件
SPC f t
打开文件树
SPC /
projec­t中搜­索文件内容
SPC h d f/k/v
显示帮助信息
SPC ?
显示keyb­inding
SPC b b
buffer内容搜索

Common prefix (SPC -)

SPC
M-x调用f­unction
TAB
打开上个buffer
'
打开shell
/
projec­t文件内容搜索
;
代码注释
h
功能帮助
s
搜索功能
?
显示所有key binding
b
buffer相关功能
f
文件相关功能
p
项目相关功能
w
窗口相关功能
 

Search

helm-ag
ag [file-­type] [options] PATTERN [path]
SPC /
or
s p
当前proj­ect­下ag搜索
SPC s f
指定文件夹,­文件下搜索
SPC s b
搜索打开的b­uffer
SPC s l
上次搜索内容
SPC s c
关闭high­light
SPC p f
当前proj­ect­中搜索文件名
主要使用ag­来对各­种情况­下进行搜索。

Ag Search options

-Q
不当成Reg­ex来­parse pattern
-A
打印找到的之后多少行
-B
打印找到的之前多少行
-c
只显示找到多少个
--igno­re=*.md
忽略所有此类型文件
-Gscss
在scss文件里搜索