Skip to content Skip to sidebar Skip to footer
Showing posts with the label Vim

Vim Syntax Highlighting 'else:' For Python

I'm getting annoyed with the default python syntax highlighting in Vim. It does not highlight t… Read more Vim Syntax Highlighting 'else:' For Python

Key Bindings To Send Lines Of Test Code With Tmux+vim?

I am trying to create an ide-like setup with tmux + vim. I've seen a lot written about this on … Read more Key Bindings To Send Lines Of Test Code With Tmux+vim?

Executing Python With Gvim

open gVim. then using the File Menu and MenuItem Open to open a file pi.py which has the followi… Read more Executing Python With Gvim

Vim Regex For Python2 Print To Python3

So say I have a python v2.7 file with some code like this: print 'asdf' print 'hi mom!&… Read more Vim Regex For Python2 Print To Python3

Getting Omni Complete To Work On Vim 7.2 On Windows

I am trying to use the Omni complete feature with gVim 7.2 but on windows I keep getting an error t… Read more Getting Omni Complete To Work On Vim 7.2 On Windows

Snippets Vs. Abbreviations In Vim

What advantages and/or disadvantages are there to using a 'snippets' plugin, e.g. snipmate,… Read more Snippets Vs. Abbreviations In Vim