Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in vim

vim - surround text with function call

vim surround

VIM: exit insert mode with :normal command

vim macvim

Using VIM for C++/Qt development w/ Autocomplete

c++ qt vim autocomplete

How can I escape the % and # characters in a Vim command?

vim macvim ack

How to apply new textwidth to whole buffer in Vim

vim

Same .vimrc, two different computers

vim

Is it possible to disable Replace mode in vim?

vim replace

There's cit, dit, yit (change, delete, yank inside tag) on vim... is there something like pit (paste inside tag?)

vim

Ignore errors and warnings for a VIM plugin

Match a pattern not followed by a sub-pattern in Vim [duplicate]

regex vim

Saving output of :map in vim

vim

Does Vim have indentation guides, Notepad++-style?

How do I insert a specific character along all lines on a specific column in Vim?

vim

Is there an easy way to exclude files for which FuzzyFinder searches?

vim fuzzyfinder

Prevent (g)vim from auto-indenting comments

vim auto-indent

gvim to custom highlight group in .vimrc not working

unix vim

In Vim, how would I replace the only the first occurrence of a certain word in each line with another word?

vim

What does the "g" stand for in Ruby's "gsub" and in Vim's substitution command?

ruby regex vim

vim: delete all blank space until next non-blank character

vim vi

How to transpose the contents of lines and columns in a file in Vim?