vim: revert changes made in last commits

This commit is contained in:
Franzi 2021-02-19 10:25:50 +01:00
parent 8f4d948219
commit 76bf485f19
Signed by: kunsi
GPG Key ID: 12E3D2136B818350
1 changed files with 1 additions and 11 deletions

12
.vimrc
View File

@ -9,8 +9,7 @@ set softtabstop=4
set linespace=0
set autoindent
set smartindent
set mouse=
set ttymouse=
set mouse=a
set cursorline
syntax on
set showcmd
@ -27,12 +26,3 @@ hi colorcolumn ctermbg=NONE ctermfg=red cterm=bold guibg=NONE guifg=red gui=bold
au BufRead /tmp/neomutt-* set tw=72
au BufRead /tmp/mutt-* set tw=72
noremap d l
noremap t k
noremap r j
noremap n h
map <C-n> :tabr<cr>
map <C-r> :tabn<cr>
map <C-t> :tabp<cr>
map <C-d> :tabl<cr>