vim 

Send to Kindle
home » snippets » vim


Pages
advocacy        
binary        
buffer        
bugs        
colorschemes        
completion        
ctrlp        
diff        
eclim        
escape        
expressions        
fold        
functions        
go        
grep        
habits        
indent        
invoking        
key_mapping        
modeline        
neovim        
operator        
plugins        
python        
regex        
remote        
save_restore        
session        
sessions        
sparkup        
string        
syntax        
text_objects        
tlib        
ultisnips        
variables        
versions        
vimscript        
warts        



Quick:   functions (index)   |   habits   |  

Tutorials, etc.

Tips, Cheatsheets, questions, etc.

Bag

Using an expression in substitute command

Switching to existing tab. You must use :sbuf, etc to do the navigation.

set switchbuf=usetab,useopen

Highlight long lines

:match ErrorMsg '\%>80v.\+'
Articles
Misc