Emacs Cheat Sheet
clean-buffer-list
By default it cleans buffers that have not been accessed for 3 days (or 1 hour, in the case of some special buffers).
| Macros | Key |
|---|---|
| Start Defining a keyboard macro | F3 |
| End definition / execute most recent | F4 |
Bookmarks
C-x r m RET Set the bookmark for the visited file, at point. C-x r m bookmark RET Set the bookmark named bookmark at point (bookmark-set). C-x r M bookmark RET Like C-x r m, but don’t overwrite an existing bookmark. C-x r b bookmark RET Jump to the bookmark named bookmark (bookmark-jump). C-x r l List all bookmarks (list-bookmarks).