Skip to content
View Godsing's full-sized avatar

Block or report Godsing

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Blog Blog Public

    This is the environment of my blog. Click to visit Blog→

    CSS

  2. LeetCode-Solution LeetCode-Solution Public

    LeetCode 算法题解,不断更新ing! Solutions for LeetCode algorithm problems.

  3. Tmux 配置文件(保姆级注释,含部分插件) Tmux 配置文件(保姆级注释,含部分插件)
    1
    # 1. 安装tpm: mkdir -p ~/.tmux/plugins && cd ~/.tmux/plugins && git clone https://github.com/tmux-plugins/tpm
    2
    # 2. 按 prefix + I(大写) 来安装插件
    3
    # 3. 安装 vim-obsession, 用 vundle 安装或: cd ~/.vim/bundle && git clone git://github.com/tpope/vim-obsession.git --depth 1 && vim -u NONE -c "helptags vim-obsession/doc" -c q
    4
    ##### 以上需手工执行 #####
    5
    
                  
  4. vimrc-deprecated vimrc-deprecated Public

    Forked from amix/vimrc

    终极 Vim 配置 (vimrc)!Fork 自 amix/vimrc,并做了两处改动:1. 添加了一些个人常用的人性化配置;2. 支持使用 Vundle.vim 来管理新增的插件。

    Vim Script