This is a place to keep instructions and tips for using the tooling provided by buffet. Hopefully it will expand over time, and contributions are welcome!
- Use
CTRL+nto create another cursor on the next occurence of your current token or selection - Use
CTRL+xto skip - You can do most vim things with multiple cursors, but some interactions are a bit iffy.
\\\toggles commenting on the current line
<leader>nfopens NERDTree and focuses the current file
!!== last command. Sobundle exec !!can save you typing!$== last argument of last command
- you have access to the clipboard via
pbcopy- eg
cat foo.txt | pbcopyorpbcopy < foo.txt
- eg