Cheatsheets
Sometimes I forget how to use my stuff.
Some of these keys won't be the default, but rather are customizations.
Vimperator
Useful vimperator keys.
- 'y'ank the URL of the current page into the paste buffer.
- Load whatever URL is currently in the 'p'aste buffer.
- 't'abopen
- 'w'inopen
- '[[' find the "prev" link on the page and open it
- ']]' find the "next" link on the page and open it
xmonad
- alt p - paste whatever is in the X selection buffer
- alt q - reload config
vim
- \s - switch between .ml and .mli
- \t - show type information about the value under the cursor
- :Align foo -- align region around 'foo'
- :sort bar - sort region
- :W - sudo save! for those times you find yourself editing a file owned by root
Return to Michael Bacarella's homepage