This commit is contained in:
2021-01-12 14:12:47 +04:00
parent 7c09fdf4d0
commit bacee2ee4f
5 changed files with 13 additions and 33 deletions

View File

@@ -511,10 +511,10 @@ set list listchars=tab:▸·,trail:·,nbsp:·
set nojoinspaces
" Disable some keys
" noremap <Up> <NOP>
" noremap <Down> <NOP>
" noremap <Left> <NOP>
" noremap <Right> <NOP>
noremap <Up> <NOP>
noremap <Down> <NOP>
noremap <Left> <NOP>
noremap <Right> <NOP>
noremap <PageUp> <NOP>
noremap <PageDown> <NOP>
noremap <Home> <NOP>