学习二三事
VIM配置与使用
有效链接:
Vim 配置入门—阮一峰
Vim入门级配置
Vim的终极配置方案,完美的写代码界面! ——.vimrc
Vim插件管理Vim-plug
vim插件管理器:Vundle的介绍及安装
遇到的问题:
“.vimrc” E510: Can’t make backup file (add ! to override) 的解决办法
git
git 别名设置
git config --global alias.lg "log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s $Cgreen(%cr) %C(bold blue)<%an>$Creset' --abbrev-commit"
git config --global alias.co checkout
git config --global alias.br branch
git config --global alias.st status