26 Apr 2010

Staying the hell out of insert mode

Ctrl-C goes to normal mode when in insert mode. Amazing.

cloudhead.io   15:47

23 Feb 2010

philc's vimium

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.

github.com   14:46

09 Nov 2009

rtomayko's dotfiles

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.

github.com   16:32

20 Oct 2008

Screencast: "I use Vim for everything"

There’s so many great workflow hacks in here.

blip.tv   18:55

08 Mar 2008

css_color.vim - CSS color preview : vim online

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.

vim.org   23:49

01 Mar 2008

Vimperator

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.

vimperator.mozdev.org   20:49

17 Nov 2007

macvim - Google Code

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!

code.google.com   18:10

15 Oct 2007

ManPageView

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.

vim.org   13:08

16 Apr 2007

highlighting "weird" characters... (in vim) [nabble.com]

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.

nabble.com   05:44

09 Mar 2007

7 Habits For Effective Text Editing 2.0 [video.google.com]

Recent presentation by Mr. Bram Moolenaar on how to be a bad-ass with Vim.

video.google.com   06:05

08 Mar 2007

How the vi editor would seem if it has been made by Microsoft

“It looks like you are trying to do a regular expression. Do you need some help with that?”

blogs.sun.com   18:49

04 Feb 2007

Vi Input Manager Plugin

“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.”

corsofamily.net   09:27

01 Feb 2007

Updated vim binaries for OS X 10.3, 10.4

Vim 7.0.188 Universal and PPC binaries are up.

macvim.org   05:48

05 Nov 2005

VI reference

Nice and compact…

ungerhu.com   06:50