vim

vim config files
git clone https://git.bracken.jp/vim.git
Log | Files | Refs | LICENSE

commit 1ecb377d45265aa9fbc54349fb9a73159a7e1a39
parent c8559428f2f169ec3dcf6af00f019dce511b8612
Author: Chris Bracken <chris@bracken.jp>
Date:   Mon,  9 Sep 2013 17:22:56 -0700

Use absolute numbering by default

Diffstat:
M.vimrc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.vimrc b/.vimrc @@ -31,7 +31,7 @@ unlet s:cpo_save set incsearch " Turn on incrememental searching set hlsearch " Highlight search set visualbell " Less noise -set relativenumber " Relative line numbering +set number " Relative line numbering set ruler " Show row/col in status set showmatch " Flash matching paren set history=50 " 50 lines of cmdline history