From f8e0c211cfaa43cce5721c284af83887f80e395e Mon Sep 17 00:00:00 2001 From: fly <51flyafly@gmail.com> Date: Thu, 5 Mar 2015 10:29:11 +0800 Subject: [PATCH] Show line number --- vimrcs/basic.vim | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vimrcs/basic.vim b/vimrcs/basic.vim index 66c75335..19d8af58 100644 --- a/vimrcs/basic.vim +++ b/vimrcs/basic.vim @@ -43,6 +43,9 @@ """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" " => General """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" +"Show line number +set number + " Sets how many lines of history VIM has to remember set history=700