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:
@@ -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"
|
||||
# }}} #
|
||||
|
||||
@@ -39,7 +39,7 @@ gunc() { git update-index --assume-unchanged $1 ; }
|
||||
gpla() {
|
||||
cmds="lc snp 9r sch"
|
||||
for cmd in $cmds; do
|
||||
eval $cmd && gst && gpl && gclear
|
||||
eval $cmd && gst && gpl && gstp && gclear
|
||||
done
|
||||
}
|
||||
# Functions }}}
|
||||
|
||||
@@ -4,7 +4,7 @@ if [ "$(whoami)" == "kevin" ]; then
|
||||
|
||||
alias mt="ok ~/Documents/School/calc-textbook.pdf"
|
||||
alias clc="gcalccmd"
|
||||
alias 36t="ok ~/Documents/School/236-textbook.pdf"
|
||||
alias 6t="ok ~/Documents/School/236-textbook.pdf"
|
||||
fi
|
||||
# Both PC/Laptop }}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user