Category Archives: <customization>
Vim: Save and Run Shortcut
Make Vim more IDE-like by assigning F5 to save and run your current script. Just add this to your ~/.vimrc map <F5> <Esc>:w<CR>:!%:p<CR> This maps the F5 key to run two things: :w, which saves your file, and :!%:p, which will run your current script (! runs a shell command and %:p expands to the path of your current file). … Continue reading
Opera Customization
There’s always a couple Firefox features I miss when I’m using Opera. Here’s how to setup Opera’s tab behavior like Firefox’s. These work in Opera 9.5. Close Tab Behavior Opera normally moves back to the last active tab, but you can get it to behave like Firefox when closing tabs, moving to the next tab on the right. Go to … Continue reading
Posted in <customization>
Tagged background, click, close, control, ctrl, firefox, javascript, open, opera, tabs
Leave a comment