Top Stories published by usevim in July of 2014
02
04
06
07
09
11
13
14
16
18
20
21
23
25
27
28
30
31

Vim Polyglot

If you consider yourself a bit of a polyglot, then managing lots of syntax files can get annoying. For example, I have plugins for CoffeeScript, Markdown, Jade, CSS pre-preprocessors, and Clojure. I think this situation is pretty common for web developers who use Vim. Even though Vim has some pretty…


fzf: Fuzzy Finder for the Shell

fzf

fzf by Junegunn Choi is a ctrlp.vim-inspired Ruby script that allows you to find shell commands with a…


Vim for People Who Think Vim is Weird and Hard

I recently read Vim for people who think things like Vim are weird and hard by Harry Roberts, a post that attempts to explain why Vim is worth learning:

I’d watch friends using Vim and be perplexed as to why you’d possibly…

Swift Support for Vim

Toyama Satoshi has created a vim-swift project that adds support for Swift’s syntax highlighting and indentation.

Swift is Apple’s new programming language that is REPL friendly and has some innovative “playground” features in the new Xcode.


Script Roundup: Merginal

Merginal (GitHub: idanarye / vim-merginal) by Idan Arye is a Git branch merge tool. It has an interactive UI for viewing branches, checking out branches, merging branches, and solving merge conflicts.


Script Roundup: vim-autoformat, Fist of Vim

vim-autoformat

A reader sent in vim-autoformat, which uses external programs to format code. The default formatprograms include formatters for C, C#, C++, Java, JavaScript, and Python.


Script Roundup: Vimbed, Kerbal Space Program Syntax

Vimbed

Vimbed (GitHub: ardagnir / vimbed, License: MIT) by James Kolb is a script to make it easier to run Vim in the background when you want to embed Vim in another program.

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