emacs操作备忘

  • c-f forward character
  • c-b backward character
  • c-n next line
  • c-p previous line
  • c-x c-c exit
  • c-x c-f open file
  • c-x c-x save buffer
  • c-x b switch buffer
  • c-x k kill buffer
  • c-x c-b display buffer
  • c-/ undo
  • c-x 0 delete active window
  • c-x 1 delete other window
  • c-x 2 split below
  • c-x 3 split right
  • c-x o switch other window
  • c-a line begining
  • c-e line end
  • m-m line first non-whitespace
  • m-f forward word
  • m-b backward word
  • m-x submode -mode
  • c-m-f forward s-expression
  • c-m-b backward s-expression
  • c-m-d
  • c-m-u
  • c-m-n
  • c-m-p
  • m-{ forward paragraph
  • m-} backward paragraph
  • m-a sentence beging
  • m-e sentence end
  • c-m-a defun beging
  • m-m-e defun end
  • c-x ] forward page
  • c-x [ backward page
  • c-v down screen
  • m-v up screen
  • c-x < scroll left
  • c-x > scroll right
  • m-< buffer beging
  • m-> buffer end
  • c-x r m set a bookmark
  • c-x r l list bookmark
  • c-x r b jump to bookmark
  • c-s incremental search
  • c-r backward incremental search
  • c-m-s regex search
  • c-m-r backward regex search
  • c-w search word at point
  • c-y yark
  • c-l recenter line
  • m-g goto line
  • c-d delete character
  • m-d delete world
  • c-k kill rest line
  • m-k kill sentence
  • c-s- kill line
  • c-w kill region
  • m-w copy to kill ring
  • c-y yark last kill
  • m-y cycle kill ring
  • c-x c-t swap line
  • m-t swap word
  • c-t swap character
  • m-%
  • c-m-%
  • c-x c-u upper
  • c-x c-l lower
  • m-c
  • m-l
  • m-^ join a line
  • f3 start macro
  • f4 stop macro
  • c-x ( start macro
  • c-x ) stop marcro
  • c-x e play macro
  • c-m-\ indent region
  • c-x c-r open readonly a file
  • c-x c-q toggle readonly
相关推荐
XiaoLiuLB13 小时前
ChatGPT Canvas:交互式对话编辑器
人工智能·自然语言处理·chatgpt·编辑器·aigc
五花肉村长1 天前
数据结构-队列
c语言·开发语言·数据结构·算法·visualstudio·编辑器
嵌入式小能手1 天前
开发环境搭建之VScode的安装及使用
vscode·编辑器
电子科技圈1 天前
IAR全面支持国科环宇AS32X系列RISC-V车规MCU
人工智能·嵌入式硬件·mcu·编辑器
安冬的码畜日常2 天前
【工欲善其事】巧用 Sublime Text 生成带格式的 HTML 片段
编辑器·html·typora·sublime text·代码片段·snippet
风竹夜2 天前
记录一次病毒启动脚本
c++·windows·安全·编辑器·batch·福昕阅读器
遮天华月3 天前
VS与VSCode的区别
ide·vscode·编辑器
佚明zj3 天前
VIM的使用总结
linux·编辑器·vim
四次元的lucly3 天前
vscode 内网不联网如何导入vscode插件
ide·vscode·编辑器
z.q.xiao3 天前
VScode 自定义代码配色方案
ide·vscode·编辑器