Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in vim

Auto insert a closing brace putting the cursor between the braces in Vim

vim plugins

Get colors using Mac OS X terminal when editing source code in remote linux machines

vim macos

Vim: Call an ex command (set) from function?

vim function set ex

Can't get "syntax on" to work in my gvim

syntax vim

Backspace, if chars from cursor to begin of line are tabs/spaces, go back one indent level

vim indentation text-indent

NERDTree vim plugin, trying to add file without success

vim macvim nerdtree

ctags and Fortran's interfaces

vim fortran ctags

question about regex in Vim

regex vim

vim: add comment macros

vim

Any way to provide Eclipse auto error-discovery feature in Vim/Emacs?

java vim emacs autocomplete

Open before opened buffer in vertical window in vim

vim

VIM 7: How to navigate the code source tree from the root of the code base, in an efficient manner?

vim

How to completely turn off vim's abilty to recode files?

vim file-encodings

Matching single or double quoted strings in Vim

regex vim

Vim syntax file: Adding certain characters to iskeyword isn't working

vim unicode

vim: run some code every time a buffer changes

vim

How can I stop VI from overlapping and hiding the last page of command line output?

bash vim vi gnu-screen

remove newlines from a register in vim?

Using vim's make command with a makefile that runs make on subdirectories

vim makefile

why does Vim use Bash indenting rules even when filetype is unset?

vim