Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in vim

In Vim, can I "stream" the output of e.g. "w ! ruby" into a buffer, line by line as they're output?

vim

Vim JSDoc, PHPDoc, JavaDoc, RDoc info

vim phpdoc rdoc jsdoc perldoc

How do I combine two features of vim wiki plugins?

vim wiki

How can I make vim tag jumps as smart as OmniCppComplete?

vim c++ configuration [closed]

c++ vim

No syntax highlighting after Vim session restore in Terminal

terminal vim

how to save a file in vim using sudo?

vim

Looking For IDE Color schemes designed specifically for programmers [closed]

Auto-complete only filenames with bash when running vim?

bash vim

Pasting from system clipboard in insert mode and then repeat (.) fails

vim clipboard paste

does vim read the whole file into memory

How to customize templates in vim-latex

Vim supertab and jedi-vim

How do I get vim omnicompletion to support php class methods using ::

php vim autocomplete

Vim maths syntax highlighting

Vim Folding with RainbowParentheses

c++ vim

Find lines that don't begin with a "<", perform action

regex vim sed

Folding (expanding and colapsing) xml tags in vim (xml parsing)

vim xml-parsing macvim

Getting Vim to recognize XML

xml vim indentation vi

How to enable completion of C++ template classes in vim using YouCompleteMe