Skip to content

Commit

Permalink
update(vim-visual): split long line in visual mode
Browse files Browse the repository at this point in the history
  • Loading branch information
sabertazimi committed Dec 15, 2018
1 parent cbe261a commit 2baf34c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions programming/tools/vim/vimBasicNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,8 @@ u: 回退命令
|V|激活面向行的可视模式|
|`<C-v>`|激活面向列块的可视模式|
|gv|重选上次的高亮选区|
|`shift-v`|select current line|
|gq|split selected line into multiple lines|

- o 切换高亮选区的活动端

Expand Down

0 comments on commit 2baf34c

Please sign in to comment.