diff options
Diffstat (limited to 'vimrc')
| -rw-r--r-- | vimrc | 22 |
1 files changed, 21 insertions, 1 deletions
@@ -2,9 +2,29 @@ " VIM " -" Settings +" Viminfo +let &viminfofile = "~/.cache/vim/viminfo" + +" Theme colorscheme industry +" Settings +set autochdir +set autoindent +set autoread +set clipboard=unnamed,unnamedplus +set history=100 +set hlsearch +set keywordprg=:help +set listchars=eol:↴,tab:➔\ ,trail:~,extends:»,precedes:«,space:· +set mouse=a +set noexpandtab tabstop=4 softtabstop=4 shiftwidth=4 +set nrformats=bin,hex +set smartindent +set spell spelllang=en_gb +set timeout timeoutlen=500 ttimeoutlen=50 +set wildmenu wildoptions=pum + " Mappings noremap j <up> noremap k <down> |
