git mappings

This commit is contained in:
ManjaroOne666 2018-02-22 19:15:44 +00:00
parent 9a58c7f10b
commit 86738f4b6c
1 changed files with 3 additions and 0 deletions

3
vimrc
View File

@ -1,3 +1,4 @@
set nocompatible
filetype off " required
set ttyfast
@ -159,6 +160,8 @@ nnoremap <leader>ry diw"0P
inoremap jk <esc>
nnoremap <leader>co :!clear;
nnoremap <leader>gs :!clear; git status<CR>
nnoremap <leader>gd :!clear; git diff<CR>
" netrw
nnoremap <leader>ex :Ex<CR>