Top Stories published by usevim in April of 2013
01
02
04
06
08
09
11
13
15
16
18
20
22
23
25
27
29

Vim 101: Practicing Motions with Visual Mode

I often find myself using Visual mode purely to figure out the best motion to use for a given task. For example, let’s say I’m trying to duplicate the following function’s body:

function specialAdd(a, b) {
if (!a || !b) {…

Script Roundup: obsession.vim, vim-multiedit

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

obsession.vim

obsession.vim (GitHub: tpope / vim-obsession, License: Vim) by Tim Pope provides some sugar for working with Vim’s…


Script Roundup: vim-tmuxify, vim-git-log

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

vim-tmuxify

vim-tmuxify (GitHub: mhinz / vim-tmuxify, License: BSD) by Marco Hinz allows tmux to be controlled from within Vim.


Script Roundup: vim-expand-region, Git Support

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

vim-expand-region

vim-expand-region (GitHub: terryma / vim-expand-region, License: MIT) by Terry Ma allows visual selections…

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