diff --git a/vim/vim/keybindings.vim b/vim/vim/keybindings.vim index f727116..b834a7c 100644 --- a/vim/vim/keybindings.vim +++ b/vim/vim/keybindings.vim @@ -300,11 +300,8 @@ map { c{}P map {gq}:echo "Rewrapped paragraph" " Git -Shortcut git status - \ map Gs :Git status -Shortcut git add - \ map Ga :Git add -Shortcut git commit - \ map Gc :Git commit +map Gs :Git status +map Ga :Git add +map Gc :Git commit " ----- " }}}