Top Stories published by usevim in July of 2015
01
03
05
06
08
10
12
13
15
17
19
20
22
24
26
27
29
30

WASD Keyboards Vim Keys

I saw people talking about WASD Keyboards because apparently they now sell Vim layouts. WASD Keyboards sells mechanical keyboards, and part of the order process is a detailed customisation stage. You get all kinds of cool options, like switch type (Cherry Blue, Green, etc.), and even…


The netrw Style Options

I use netrw a fair bit mainly because of Tim Pope’s vinegar.vim plugin. I press - to see a list of files in the current directory, and then navigate around using Vim shortcuts and search. You can open netrw in a similar way without installing vinegar.vim, just type :e . and you'll see a…


Flagship

Tim Pope has just released a new plugin called Flagship (GitHub: tpope/vim-flagship, License: Vim). It makes customising the status line and tab line much easier, and other plugins can extend it as well. For example, if you’ve got fugitive.vim installed, then you should see the current Git branch in the status…


Neovim’s Smart UI Protocol

Thiago de Arruda posted about a new UI protocol for Neovim that aims to improve the amount of control native apps have over embedded Neovim:

The smart UI protocol will separate the drawing of window contents and other user interface elements such as…

vim-tag-comment

vim-tag-comment (GitHub: mvolkmann/vim-tag-comment, License: MIT) is another small but useful plugin by Mark Volkmann. This one adds/removes XML comments, but instead of adding a comment to each line it’ll use one multi-line comment instead.

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