Ctrl+Shift+K 删除行 Delete line
Alt+ ↑ / ↓ 向上/向下移动行 Move line up/down
统计当前所有用户的提交量 git log --pretty='%aN' | sort | uniq -c | sort -k1 -n -r
:set nu 显示行号
GG 看最后一行行号
gg到第一行 行号 dd(删除所有内容)
i 进入到编辑模式
拷贝内容,鼠标粘贴
:wq!保存
Ctrl+Shift+K 删除行 Delete line
Alt+ ↑ / ↓ 向上/向下移动行 Move line up/down
统计当前所有用户的提交量 git log --pretty='%aN' | sort | uniq -c | sort -k1 -n -r
:set nu 显示行号
GG 看最后一行行号
gg到第一行 行号 dd(删除所有内容)
i 进入到编辑模式
拷贝内容,鼠标粘贴
:wq!保存