Ctrl-C goes to normal mode when in insert mode. Amazing.
Life altering Chrome extension that adds vi keybindings. It’s not quite as intense as Firefox’s Vimperator but that’s a good thing IMO. You get some really interesting stuff in addition to the obvious h, j, k, and l movement keys and find commands:
gg scroll to top
G scroll to bottom
f activate link hints mode
F activate link hints mode to open in new tab
r reload
gf view source
zi zoom in
zo zoom out
i enter insert mode -- commands ignored until you hit esc to exit
y copy current url to the clipboard
ba, H back in history
fw, fo, L forward in history
J, gT go one tab left
K, gt go one tab right
t new tab
d close tab
u restore closed tab
Feels great in practice. Sold.
I recently started a repository for my dotfiles, shell environment, vim config, and utility scripts. As of right now, I’m about 25% through all of the stuff in my $HOME — it should all fill in shortly.
There’s so many great workflow hacks in here.
Makes the background of hexadecimal color codes the respective color. So, background-color:#f00 will have a red background in the vim editing window. Nifty.
Make Firefox like Vim. No, like, insanely like Vim. Not just h,j,k,l mappings but everything. Looks like it’s been around for awhile. I’m not sure how I missed it.
Absolutely beautiful new Vim port for OS X – sane GUI tabs, multiple windows, client/server mode, fonts look great. Stop building Carbon Vim from source!
Vim add-in for viewing manpages, perldoc (both system and embedded), help, info, and php files. Maybe I’ll finally be able to read all that GNU info doc I keep hearing about in the GNU coreutils man pages.
Find all non-printable characters in vim (and I assume with any regexp engine) using the following: [^ –~] (that’s a char range between space and tilde). How convenient. I never noticed that the printable range ended at tilde.
Recent presentation by Mr. Bram Moolenaar on how to be a bad-ass with Vim.
“It looks like you are trying to do a regular expression. Do you need some help with that?”
“Essentially, this add Vi command functionality (albeit a small subset) to any (and all) text editors that use the Cocoa text system; e.g., Safari, TeXShop, XCode, etc.”
Vim 7.0.188 Universal and PPC binaries are up.
Nice and compact…