Emacs
2021-02-07, updated 2021-09-12
emacs
快捷键
快捷键 | 功能 |
---|---|
C-n | 下一行 |
C-p | 上一行 |
C-b | 左 |
C-f | 右 |
C-w | 剪切 |
M-w | 复制 |
C-y | 粘贴 |
C-g | 退出当前命令 |
C-a | 行首 |
C-e | 行尾 |
C-@ | 选中当前字符 |
reload file
In order to reload a file, you can use the macro M-x revert-buffer (if you want you can bind it to a key), or use a more practice trick: use C-x C-v RET. This tell to find an alternate file and by default emacs suggests you the current file.