Fixed gpla and Vim mappings

- gpla: Pop stashed changes before clearing them.
- Vim mappings: Remove spacing at end because Vim already adds a space
  after mappings.
This commit is contained in:
2018-02-09 22:36:16 -05:00
parent 768baa4f33
commit 1338b0ece4
4 changed files with 21 additions and 21 deletions

View File

@@ -49,5 +49,5 @@ alias rx="redshift -x"
usnp_dir="~/.vim/plugged/vim-snippets/UltiSnips"
alias snp="d $usnp_dir"
vsnp() { vi ~/.vim/plugged/vim-snippets/UltiSnips/"$1".snippets ; }
alias tmsp="vi $usnp_dir/texmath.snippets"
alias tm="vi $usnp_dir/texmath.snippets"
# }}} #