From cc66889502beb2501a76b0d7b3b469245e751e01 Mon Sep 17 00:00:00 2001 From: tavo-wasd Date: Thu, 24 Aug 2023 10:48:45 -0600 Subject: [PATCH] add enter --- vim/vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/vimrc b/vim/vimrc index 7378aed..9baca73 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -38,7 +38,7 @@ nnoremap :NERDTreeToggle " Global keybindings noremap gc :!git commit -m "" -noremap gp :!git push +noremap gp :!git push noremap :setlocal spell! spelllang=en noremap :setlocal spell! spelllang=es noremap exec !!$SHELL