diff options
| author | Hsieh Chin Fan <typebrook@gmail.com> | 2020-12-03 15:39:53 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <typebrook@gmail.com> | 2020-12-03 15:39:53 +0800 |
| commit | f9aab3638502a1584c4f2693514dc383daac5406 (patch) | |
| tree | 4338b27b9e7a5717d76c4a1e31e8d7ed03c5aeea | |
| parent | 0644afdf74a8c5db8753a00ae51e61e63d6d154e (diff) | |
update
| -rw-r--r-- | alias | 4 | ||||
| -rw-r--r-- | vimrc | 1 |
2 files changed, 5 insertions, 0 deletions
| @@ -78,6 +78,7 @@ alias yss='yay -Ss' | |||
| 78 | alias pqi='pacman -Qi' | 78 | alias pqi='pacman -Qi' |
| 79 | alias yql='yay -Ql' | 79 | alias yql='yay -Ql' |
| 80 | alias pf='pacman -F' | 80 | alias pf='pacman -F' |
| 81 | alias yf='yay -F' | ||
| 81 | alias pfl='pacman -Fl' | 82 | alias pfl='pacman -Fl' |
| 82 | alias yfl='yay -Fl' | 83 | alias yfl='yay -Fl' |
| 83 | alias pqe='pacman -Qqe' | 84 | alias pqe='pacman -Qqe' |
| @@ -135,6 +136,9 @@ release() { | |||
| 135 | asset() { | 136 | asset() { |
| 136 | curl -LO https://github.com/$1/$2/releases/download/$3/$4 | 137 | curl -LO https://github.com/$1/$2/releases/download/$3/$4 |
| 137 | } | 138 | } |
| 139 | raw() { | ||
| 140 | curl -O https://raw.githubusercontent.com/$1/$2/$3 | ||
| 141 | } | ||
| 138 | 142 | ||
| 139 | # tig | 143 | # tig |
| 140 | alias cdt='cd ~/git/tig' | 144 | alias cdt='cd ~/git/tig' |
| @@ -82,6 +82,7 @@ vnoremap " <ESC>`<i"<ESC>`>la"<ESC> | |||
| 82 | vnoremap ( <ESC>`<i(<ESC>`>la)<ESC> | 82 | vnoremap ( <ESC>`<i(<ESC>`>la)<ESC> |
| 83 | vnoremap { <ESC>`<i{<ESC>`>la}<ESC> | 83 | vnoremap { <ESC>`<i{<ESC>`>la}<ESC> |
| 84 | vnoremap [ <ESC>`<i[<ESC>`>la]<ESC> | 84 | vnoremap [ <ESC>`<i[<ESC>`>la]<ESC> |
| 85 | vnoremap ` <ESC>`<i`<ESC>`>la`<ESC> | ||
| 85 | 86 | ||
| 86 | " abbrev | 87 | " abbrev |
| 87 | iabbrev @@ typebrook@gmail.com | 88 | iabbrev @@ typebrook@gmail.com |