add enter

This commit is contained in:
tavo-wasd 2023-08-24 10:48:45 -06:00
parent e16a91d84a
commit cc66889502

View file

@ -38,7 +38,7 @@ nnoremap <C-t> :NERDTreeToggle<CR>
" Global keybindings
noremap gc :!git commit -m ""
noremap gp :!git push
noremap gp :!git push<CR>
noremap <F5> :setlocal spell! spelllang=en<CR>
noremap <F6> :setlocal spell! spelllang=es<CR>
noremap exec !!$SHELL<CR>