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

How To Set Vimrc Configuration So That It Automatically Indent With 4 Spaces Instead Of A Tab?

This is my current .vimrc: cat ~/.vimrc set fileencodings=utf-8,ucs-bom,gb18030,gbk,gb2312,cp936 s… Read more How To Set Vimrc Configuration So That It Automatically Indent With 4 Spaces Instead Of A Tab?

Vim Indentation Levels With Parentheses And Brackets

When I reindent a file using gg=G I noticed that indentation of a closing parenthesis or bracket do… Read more Vim Indentation Levels With Parentheses And Brackets

Equivalent Of % Movement For Python Files

For languages with {} to denote blocks, vim has the almighty % key. What is the equivalent movemen… Read more Equivalent Of % Movement For Python Files

How To Set Interpreter Of Winpython As The Vim Default Python Interpreter?

I use a Python distribution named WinPython. Now I want my vim to use the python interpreter in Win… Read more How To Set Interpreter Of Winpython As The Vim Default Python Interpreter?

Vim Syntax Highlighting Of Doxygen Style Docstrings In Python

I started working with doxygen to generate the documentation of my Python code. I use doxypy filter… Read more Vim Syntax Highlighting Of Doxygen Style Docstrings In Python

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