" visual syntax on set ruler set number set title set titlestring=nvim-%F set t_Co=256 set cursorline " abbreviations cnoreabbrev W! w! cnoreabbrev Q! q! cnoreabbrev Qall! qall! cnoreabbrev Wq wq cnoreabbrev Wa wa cnoreabbrev wQ wq cnoreabbrev WQ wq cnoreabbrev W w cnoreabbrev Q q cnoreabbrev Qall qall cnoreabbrev Qa qa "" Switching windows noremap j noremap k noremap l noremap h "" esc mapping inoremap jk tnoremap jk " scroll set scrolloff=5 " keep at least 5 lines above/below set sidescrolloff=5 " keep at least 5 lines left/right " line length " set textwidth=80 " toggle for paste mode set pastetoggle= " set ignorecase " do case insensitive search set incsearch " show incremental search results as you type