Compare commits

..

2 Commits

Author SHA1 Message Date
61f98e0d8e Fix commit key binding 2021-10-23 10:53:10 +01:00
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> 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>