anancds / document

MIT License
1 stars 0 forks source link

doom emacs #172

Open anancds opened 2 years ago

anancds commented 2 years ago

(global-set-key (kbd "C-h") 'delete-backward-char) (global-set-key (kbd "M-h") 'backward-kill-word) (global-set-key (kbd "") 'help-command) (define-key isearch-mode-map "\C-h" 'isearch-delete-char) (global-set-key "\d" 'delete-char)

anancds commented 2 years ago

shift + alt+ 7调出异步命令

anancds commented 2 years ago

g d 跳转到函数定义

anancds commented 2 years ago

gi可以返回上次插入状态的位置,C-i、C-o可以在你几次跳转的位置来回切换

anancds commented 2 years ago

c+x o切换窗口

anancds commented 2 years ago

c+x b 切换buffer

anancds commented 2 years ago

c+c D find reference

anancds commented 2 years ago

c+x c+f find file

anancds commented 2 years ago

c+x k kill buffer

anancds commented 2 years ago

spc + , recence buffer

anancds commented 2 years ago

c+f 下一页,c+b 上一页