4
votes
Mouse for programmer
@aku
Natural Wireless Laser Mouse 6000
I have been using the same mouse for about 4 months and love it. Was a little odd at first, but great as soon as I got used t …
0
votes
What do you use to capture webpages, diagram/pictures and code snippets for later reference?
Delicious Bookmarks extension for Firefox
…
0
votes
What are your favorite Vim tricks?
To turn auto indent on/off for pasting with add the following to the .vimrc:
nnoremap <F2> :set invpaste paste?<CR>
imap <F2> <C-O><F2>
set pastetoggl …
