fixed typo

This commit is contained in:
ManjaroOne666 2018-02-25 18:14:54 +00:00
parent a422ca6fe5
commit 8c0b96c009
1 changed files with 1 additions and 5 deletions

6
vimrc
View File

@ -161,13 +161,9 @@ nnoremap <leader>ry diw"0P
inoremap jk <esc>
<<<<<<< HEAD
nnoremap A :call Checksemicolon()<CR>
=======
nnoremap A :call Checksemicolon()<CR>;
>>>>>>> 069785d16d3aa092bc735cec086bfe37301aa198
nnoremap <leader>co :!clear;
nnoremap <leader>co :!clear;
nnoremap <leader>gs :!clear; git status<CR>
nnoremap <leader>gd :!clear; git diff<CR>