noop the noops

This commit is contained in:
Christian Nieves
2023-11-27 17:30:52 +00:00
parent f054ccd98c
commit 8162e52832
5 changed files with 125 additions and 32 deletions

View File

@ -153,13 +153,13 @@ endfun
filetype plugin indent on
syntax on
noremap <Up> <Nop>
noremap <Down> <Nop>
noremap <Left> <Nop>
noremap <Right> <Nop>
inoremap <Up> <Nop>
inoremap <Down> <Nop>
inoremap <Left> <Nop>
inoremap <Right> <Nop>
" noremap <Up> <Nop>
" noremap <Down> <Nop>
" noremap <Left> <Nop>
" noremap <Right> <Nop>
" inoremap <Up> <Nop>
" inoremap <Down> <Nop>
" inoremap <Left> <Nop>
" inoremap <Right> <Nop>
lua require("config.google")