Tag Archives: editor
My VIM .vimrc file for working with Python
A VIM .vimrc sample file for working with Python. Continue reading
LaTeX editor with live preview pane for Ubuntu/Linux
Gummi is a lightweight LaTeX editor written in Python/GTK+, with live preview pane for Ubuntu/Linux. Continue reading
How to use multiple windows in Vim
This article provides some tips on how to use multiple windows in Vim.
How to show line number and set tab size in vi or vim
To show line number: :set number To stop displaying the line number: :set nonumber To set tab size to 4: :set ts=4
