Skip to content

Commit

Permalink
书签快捷键说明添加
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Mar 4, 2017
1 parent fd8b2fc commit ea66e8f
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,15 @@ ctrl + b # 上一页 b 就是`backward`
ctrl + o # 上一个光标的位置
ctrl + i # 下一个光标的位置

# 书签设定
ma # 设定/取消当前行名为 x 的标签
m, # 自动设定下一个可用书签名
mda # 删除当前文件中所有独立书签
m? # 罗列出当前文件中所有书签,选中后回车可直接跳转;
mn #按行号前后顺序,跳转至下个独立书签;
mp #按行号前后顺序,跳转至前个独立书签。


;t # 通过搜索文件打开文件

# 快速文本内定位
Expand Down Expand Up @@ -332,8 +341,9 @@ Shift+k # 跳过当前选中的字符
za # 单个代码折叠
zM # 折叠左右代码
zR # 所有代码折叠取消
;i # 开/关缩进可视化- 代码缩进关联线条
;ig # 上一条效果一样

;i # 开/关缩进可视化
> # 代码锁进 - 选中摁尖括号
< # 代码锁进 - 选中摁尖括号

Expand Down

0 comments on commit ea66e8f

Please sign in to comment.