diff options
-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+=** |