Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in vim

Slow performance on CtrlP , it doesn't work to ignore some folders

vim ctrlp

What is your favorite way to comment several lines in Vim? [closed]

vim comments

Vim: Highlight keyword pairs in Ruby (def/end, do/end, etc)

ruby vim macvim

map jj to Esc in inputrc (readline)

bash vim vi zsh readline

Changing drive letter in NERDtree

vim nerdtree

Vim Python completion

python vim omnicomplete

Is it possible to jump to the next closed fold in Vim?

vim code-folding

How to jump to the next tag in vim help file

vim

How to copy all the text from vim editor using vim command line?

linux vim

Select progressively "inner" and/or "outer" code blocks in vim

vim vi

How can I make Vim autosave files when it loses focus?

vim

VIM: simple steps to create syntax highlight file - for logfiles

vim syntax-highlighting

Vim encryption: how to break it?

encryption vim vi

Is it possible to make VIM display line numbers?

linux vim numbers line

Why does < C-a> (CTRL+A) not work under gvim on windows?

Vim: SnipMate Plugin: how i can change a .snippet and update it on the fly?

vim snipmate

Apply vimrc changes without restarting

vim

Skip python "import" statements in exuberant ctags

python vim exuberant-ctags

How to debug Erlang code?

debugging vim emacs erlang

regex with negative matching (ie, find string that _doesn't_ match regex)

regex vim vi