Skip to content

Commit

Permalink
列选中编辑快捷键更新
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove authored Feb 11, 2017
1 parent f0a4a56 commit 204ed1a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,10 @@ U # 选中 - 变大写
u # 选中 - 变小写
~ # 选中 - 变大写变小写,小写变大写

# 列选中编辑
Ctrl+v   # 进入选中模式,`hjkl`方向键选择片区
Shift+i # 进入列选择批量编辑

;cc # 代码注释"//"
;cm # 代码段落注释"/**/"
;ci # 注释相反,注释的取消注释,没注释的注释
Expand Down

0 comments on commit 204ed1a

Please sign in to comment.