Emacs入門之路(常用快捷鍵)

  最近由於課程要求,不得不開始學習Emacs的使用,開個博客記錄一下Emacs痛苦的入門之路,簡單記錄一下常用的快捷鍵。持續更新ing…

注:關於Emacs和Vim的區別,這裏有一篇很好的文章

Command Shortcut
Open(“visit”) file C-x C-f
Save current buffer(an open file) C-x C-s
Save as [another name] C-x C-w
Quit Emacs C-x C-c
Suspend Emacs C-z
Resume Emacs(when it is suspended) fg
Undo C-_
Set mark(then you can select a region text using your cursor) C-@
Cut(Kill) C-w
Copy M-w
Paste C-y
Page down(up) C-v(M-v)

搜索的功能相信是很多人日常的需求

Search word in Emacs:

Command Shortcut
Enter isearch mode M-x isearch-forward (then you can enter the keyword)
Jump to next occurrence C-s
Jump to previous occurrence C-r
Exit and place the cursor at origin position C-g
Exit and place the cursor at current position Enter
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章