Emacs
Zolomon’s Page of Useful Emacs Tricks
C-q C-jto insert a newline, can be used inM-x eval-expression, look here for an example.- Bookmarks
C-x r lto list,C-x r mto make a new bookmark andC-x r bto 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-fto 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.