Skip to content

Instantly share code, notes, and snippets.

View 007slm's full-sized avatar

007slm 007slm

  • devplus.io
  • beijing
View GitHub Profile

#dot-vimrc在win7环境下的配置

首先要感谢Github,越来越发现这是个好东西。我依然是win7+gVIM.

神级东东在这里

{
"alignment_chars" : ["=", ":"]
}
#########################################
RED_ORG="\033[0;31m"
GREEN_ORG="\033[0;32m"
NO_COLOR_ORG="\033[0m"
# youdao helpers
function t {
if [ $1 == "-a" ]; then
all=1
query=$(curl -s -o /dev/null -w %{url_effective} --get --data-urlencode "$2" "" | sed -e "s/\/\?//g")