Top Stories published by usevim in February of 2015
01
03
04
06
08
10
11
13
15
17
18
20
22
24
25
27

Geoff Greer on NeoVim vs. Vim

Geoff Greer has been writing about Vim and the issues with its codebase, and how NeoVim aims to fix everything. He wrote Floobits for Vim, which is a collaborative editing plugin. During the development of Floobits, Geoff ran into several issues that were caused by Vim’s…


Anti-patterns of vimrc

Most of us collect fragments in our vimrc files without ever considering best practices. Anti-pattern of vimrc by rbtnn lists some common mistakes with the fixed alternatives.

The author suggests that it’s better to use strict options instead of mixing in…


Script Roundup: permut.vim

Permut (GitHub: jlemetay/permut, License: Vim) by JYLM is a plugin for swapping columns in a text-formatted table. It requires that a common column separator character is used, and the default is |.


DidYouMean.vim

DidYouMean.vim (GitHub: EinfachToll/DidYouMean, License: MIT) by Daniel Schemala is a small plugin that prompts for the correct filename instead of opening a new file. It’s ideal if you often type a partial filename, press tab, then accidentally open a new file because multiple filenames matched.

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