From 0dbc1ced53ab90811238ba2c25d52f0ceaadff55 Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Sun, 28 Oct 2018 23:29:56 -0400 Subject: Remove old unused makefile garbage and other cleanup --- basic.vim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'basic.vim') diff --git a/basic.vim b/basic.vim index 6e7f86b..73c040d 100644 --- a/basic.vim +++ b/basic.vim @@ -1,7 +1,9 @@ " Basic vimrc for systems you don't want to copy the full one to set background=dark +nmap n :set invnu set nu set encoding=utf-8 +nmap l :set list! set listchars=tab:▸\ ,eol:¬,trail:• set colorcolumn=80 set fileencoding=utf-8 @@ -14,4 +16,3 @@ set shiftwidth=4 set noexpandtab set mouse+=a syntax on -colorscheme slate -- cgit v1.2.3