fixed a bug

This commit is contained in:
Daniel Knüttel 2021-02-26 13:52:33 +01:00
parent a5e3d7f440
commit eebc824a6f
1 changed files with 2 additions and 1 deletions

View File

@ -29,7 +29,8 @@ vnoremap <Up> <Nop>
vnoremap <Down> <Nop>
vnoremap <Left> <Nop>
vnoremap <Right> <Nop>
tnoremap <Up> <Nop> tnoremap <Down> <Nop>
tnoremap <Up> <Nop>
tnoremap <Down> <Nop>
tnoremap <Left> <Nop>
tnoremap <Right> <Nop>