Spacemacs 使用技巧
1. 窗口跳转
SPC N 跳转到第n个window窗口
2. 配置文件管理
SPC f e d 快速打开配置文件.spacemacs
SPC f e R 加载配置文件
SPC q R 重启Spacemacs
3. 帮助文档
SPC h d 查看describe相关的文档
SPC h d f 查看指定函数的帮助文档
SPC h d b 查看指定快捷键绑定的命令
SPC h d v 查看指定变量的帮助文档
4. 远程文件管理
Ctrl x f /ssh:username@ip 打开远程文件
5. 绑定键
(spacemacs/set-leader-keys "gr" 'gdb-restore-windows)
6. 折叠代码
za 打开或关闭折叠
7. gdb muti-windows curson certer.
(defadvice gud-display-line (after gud-display-line-centered activate)
"Center the line in the window"
(when (and gud-overlay-arrow-position gdb-source-window)
(with-selected-window gdb-source-window
; (marker-buffer gud-overlay-arrow-position)
(save-restriction
(goto-line (ad-get-arg 1))
(recenter)))))
8. 如何显示spacemacs 的mode
C-h m 来显示当前所有开启 的全部 Minor Mode 的信息
9. org mode
C c C , s 用来添加+src_begin的快捷键
10 文件相关
C f y 复制buffer name