diff options
-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 |