Top Stories published by usevim in June of 2012
02
04
05
07
09
11
12
14
16
18
19
21
23
25
26
28

Using a Mouse with Vim

Hint: To make Vim behave exactly as it does in this post’s video, download mouse-vimrc and run Vim with vim -u mouse-vimrc.

Console Vim works shockingly well with the mouse. Selections can be made, windows resized — all without using gVim or MacVim. I’ve written…


Vim 101: Repeating Commands

Hint: To make your Vim look the same as my screenshots, download usevim-vimrc and run Vim with vim -u usevim-vimrc.

Most types of commands can be repeated in Vim. Mastering the basic ways to repeat commands is a good way of building up your skills to…


Review: Vim for iOS

Vim for iOS

Vim by Applidium (GitHub: applidium / Vim, License: Vim) is an open source Vim port for iOS. I realise that might sound…


Vim 101: Blockwise Visual Mode

Last week I wrote about the virtues of Visual mode in Vim 101: Visual Mode. This is the gateway to an entire class of powerful text manipulation techniques. One aspect that I find myself using regularly in my daily coding chores is blockwise Visual mode.


Vim 101: Visual Mode

Hint: To make your Vim look the same as my screenshots, download usevim-vimrc and run Vim with vim -u usevim-vimrc.

In a typical GUI editor, a block of text can be selected by clicking the mouse and dragging over a number of lines or characters. Vim introduced…


Plugin Roundup: vim-pasta, License Loader

Send in your Vim scripts for review through our contact form or @vimnews.

vim-pasta

vim-pasta by Marcin Kulik will cause text to automatically reindent when pasted. The standard p and P commands are…

These were the top 10 stories published by usevim in June of 2012. You can also dive into daily archives for June of 2012 by using the calendar at the top of this page.