From c4afee3a54b1c18cbaeeb523cab23e886ebffd45 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Wed, 14 Sep 2022 17:23:05 +0100 Subject: line nos --- vim/vimrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/vim/vimrc b/vim/vimrc index c083015..6d9d564 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -89,7 +89,7 @@ noremap k gk set shell=/bin/sh set hi=500 set novisualbell -"set nonumber "show line numbers +set nonumber "show line numbers set wildmenu "enable a menu that shows tab completion options in the status bar set wildchar= set showmatch "highlights matching brackets on cursor hover @@ -113,7 +113,6 @@ set esckeys "allows function keys to be recognized in Insert mode set ttimeoutlen=20 "timeout for a key code mapping set timeoutlen=1000 "time(ms) to wait for key mappings set hidden -set number set t_Co=256 "set t_Co=0 - switches off all colours set path+=** -- cgit v1.2.3