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

Editing Binary Files with Vim

When I saw Tim Pope’s excellent vim-afterimage script, it reminded me that Vim is completely capable as a binary file editor. Opening a file with -b or running :set binary makes Vim more suitable for editing binary files:

  • textwidth and wrapmargin are…

Vim 101: Combining Operators and Motions

In Vim 101: Registers, we looked at registers, and how to yank and put text. In Normal and Visual mode, motions can be combined with operator commands, which offers a convenient way to apply operators to text selections.


Vim 101: Repeating Motions

In Vim 101: Repeating Commands I covered several ways of repeating a previous command. These techniques are great ways to speed up mundane editing operations. In the comments Richard Fabian suggested ; and , as well, which repeat the previously typed left-right motion: f, t, F or T.


Script Roundup: EasyMotion

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

EasyMotion

EasyMotion (GitHub: Lokaltog / vim-easymotion) by Kim Silkebaekken (who also wrote Powerline) helps make Vim’s motions easier to visualise…


Script Roundup: tips.vim, vim-brunch

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

tips.vim

tips.vim (GitHub: yesmeck / tips.vim) by Wei Zhu is a small Ruby-based script that displays tips when Vim is launched. Tips…


Script Roundup: Vitra, Cowsay

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

Vitra

Vitra (GitHub: nsmgr8 / vitra, License: MIT) by M. Nasimul Haque is a Trac interface for Vim. It communicates with a Trac server using…

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