diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-09-14 17:23:05 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-09-14 17:23:05 +0100 |
commit | c4afee3a54b1c18cbaeeb523cab23e886ebffd45 (patch) | |
tree | 99e8186eafb8cc580af537d9a1f820b236ae8b90 | |
parent | b206d24769c4372bdc44e4a5772565f2b7075bad (diff) |
line nos
-rw-r--r-- | vim/vimrc | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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=<TAB> 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+=** |