Add carriage return

This commit is contained in:
2021-10-15 21:06:07 +01:00
parent 10de5ba6f5
commit b44d1aeb66

View File

@@ -198,11 +198,11 @@ nnoremap <Leader><space> :nohlsearch<cr>
nnoremap <Leader><Tab> :retab<cr> nnoremap <Leader><Tab> :retab<cr>
"Git mappings "Git mappings
nnoremap ga :Git add % nnoremap ga :Git add %<cr>
nnoremap gb :Git blame nnoremap gb :Git blame<cr>
nnoremap gc :Git commit nnoremap gc :Git commit<cr>
nnoremap gp :Git push nnoremap gp :Git push<cr>
nnoremap gP :Git pull nnoremap gP :Git pull<cr>
"Map movement keys to Escape "Map movement keys to Escape
inoremap jj <Esc> inoremap jj <Esc>