little fixes

This commit is contained in:
tavo-wasd 2023-08-24 17:19:53 -06:00
parent 1fe8ae49b8
commit d82e8e64bf

View file

@ -41,7 +41,7 @@ noremap gp :!git push<CR>
noremap gl :!git pull<CR> noremap gl :!git pull<CR>
noremap <F5> :setlocal spell! spelllang=en<CR> noremap <F5> :setlocal spell! spelllang=en<CR>
noremap <F6> :setlocal spell! spelllang=es<CR> noremap <F6> :setlocal spell! spelllang=es<CR>
noremap exec !!$SHELL<CR> noremap <C-e> !!$SHELL<CR>
noremap <tab> :bn<CR> noremap <tab> :bn<CR>
noremap <C-c> :bd<CR> noremap <C-c> :bd<CR>
noremap <C-s> :w<CR> noremap <C-s> :w<CR>