Compare commits

...

1 Commits

Author SHA1 Message Date
b44d1aeb66 Add carriage return 2021-10-15 21:06:07 +01:00

View File

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