Browse Source

Adds a ruler

Fred Damstra 5 years ago
parent
commit
7ba6d60de0
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .vimrc

+ 1 - 0
.vimrc

@@ -2,6 +2,7 @@ set nocompatible              " be iMproved, required
 filetype off                  " required
 syntax on
 set encoding=utf-8
+set ruler                     " Show us our row and column
 
 " Accomodate a dark background
 set background=dark