Emacs
Zolomon’s Page of Useful Emacs Tricks
C-q C-j
to insert a newline, can be used inM-x eval-expression
, look here for an example.- Bookmarks
C-x r l
to list,C-x r m
to make a new bookmark andC-x r b
to jump to a bookmark. Both files and directories can be bookmarked. - Neotree, a tree directory visualizer
- Projectile, working with files in projects
- Popwin, use popups instead of buffers
- switch-window, choose buffers by number
- Hyde, working with Jekyll
- Auto-fill-mode: Automatically insert whitespace at
(fill-column)
set byC-x f
. - Rename files with
rename-file
. - Occur: to search for lines in a buffer matching a regexp.
- web-mode: to work with web related stuff.
C-c C-f
to fold tags.
Copy the whole buffer
Wrapping text according to fill-column
If you have text that you would like to be formatted, use M-q
which by default is bound to fill-paragraph
.