Skip to content

Commit

Permalink
update help
Browse files Browse the repository at this point in the history
  • Loading branch information
chxuan committed May 6, 2018
1 parent a9e2166 commit a8b9294
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ let g:ycm_complete_in_strings = 1
nnoremap <leader>u :YcmCompleter GoToDeclaration<cr>
nnoremap <leader>i :YcmCompleter GoToDefinition<cr>
nnoremap <leader>o :YcmCompleter GoToInclude<cr>
nnoremap <leader><leader>f :YcmCompleter FixIt<cr>
nmap <F5> :YcmDiags<cr>
" ctags
Expand Down
6 changes: 3 additions & 3 deletions help.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,9 +257,9 @@
| ------- | ----- |
| `qa` | 开始录制名字为a的宏 |
| `q` | 结束录制宏 |
| `@q` | 播放名字为a的宏 |
| `100@q` | 播放名字为a的宏100次 |
| `:normal@q` | 播放名字为a的宏直到自动结束 |
| `@a` | 播放名字为a的宏 |
| `100@a` | 播放名字为a的宏100次 |
| `:normal@a` | 播放名字为a的宏直到自动结束 |


帮助
Expand Down

0 comments on commit a8b9294

Please sign in to comment.