more vim updates

This commit is contained in:
Noah Masur
2021-04-17 18:04:53 -04:00
parent 67bba74816
commit 555d49f257
6 changed files with 28 additions and 2 deletions

View File

@ -40,7 +40,6 @@ function abbrs --description 'All abbreviations'
abbr -a gbD 'git branch -D'
abbr -a gr 'git reset'
abbr -a grh 'git reset --hard'
abbr -a grm 'git reset --mixed'
abbr -a gm 'git merge'
abbr -a gmf 'git-merge-fuzzy'
abbr -a gcp 'git cherry-pick'