Vim: bullets plugin, replace/wrap line mappings

Also changed paste toggle (F10) to instead turn on paste, paste and
then turn off.
This commit is contained in:
2018-02-13 03:43:29 -05:00
parent f1b9026f96
commit 0d327968c0
3 changed files with 6 additions and 1 deletions

View File

@@ -6,6 +6,7 @@ alias grbc="git rebase --continue"
alias gps="git push"
alias vig="vi .gitignore"
alias ga="git add -A * && gs"
alias gac="git add -A *; git commit"
alias gai="git add .gitignore"
alias gd="git diff -w"
alias gdc="git diff --cached"