vim: rebind hjkl to nrtd

This commit is contained in:
Franzi 2021-02-15 09:52:05 +01:00
parent 9149f16eda
commit 8370b333af
Signed by: kunsi
GPG Key ID: 12E3D2136B818350
1 changed files with 5 additions and 0 deletions

5
.vimrc
View File

@ -26,3 +26,8 @@ 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