Tag Archives: editor

My VIM .vimrc file for working with Python

A VIM .vimrc sample file for working with Python. Continue reading

Posted in Python | Tagged , , | 10 Comments

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

Posted in LaTeX | Tagged , , , , | Leave a comment

How to use multiple windows in Vim

This article provides some tips on how to use multiple windows in Vim.

Posted in Linux, Windows | Tagged , | 13 Comments

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

Posted in Linux, Windows | Tagged , , , , | Leave a comment