Skip to content

Commit 5c8117e

Browse files
committed
add vim git plugin fugitive
1 parent c777f71 commit 5c8117e

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ _build/*
44
.ropeproject
55
.DS_Store
66
.todo_cache
7+
database/Mysql_bast_practice.htm

codingtools/codingtools.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@
4646
- buildout: 项目构建工具
4747
- pyenv/virtualenv: 多版本管理
4848

49+
Api 工具
50+
--------------------------------------
51+
- checklist: http://python.apichecklist.com/
4952

5053
测试工具
5154
--------------------------------------

memo/memo.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,9 @@ vim
294294
" 多行加上引号 http://stackoverflow.com/questions/9055998/vim-add-tag-to-multiple-lines-with-surround-vim"
295295
:1,3norm yss"
296296
297+
# Git 插件
298+
Plugin 'tpope/vim-fugitive' # 在 vim 里执行 :Gblame 可以看到当前文件每行代码的提交人和日期,方便找人背锅
299+
297300
298301
用markdown文件制作html ppt
299302
-------------------------------------------------------------

0 commit comments

Comments
 (0)