Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
chxuan committed May 8, 2018
1 parent de84789 commit b63af94
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,11 @@ nmap <leader>f :LeaderfFile ~<cr>
" echodoc.vim
let g:echodoc_enable_at_startup = 1

" Tagbar
nnoremap <leader>\| :Tab /\|<cr>
nnoremap <leader>= :Tab /=<cr>

" 个性化
if filereadable(expand($HOME . '/.vimrc.local'))
source $HOME/.vimrc.local
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,8 @@ An automatic configuration program for vim
| `<F8>` | 关闭markdown实时预览 |
| `<F9>` | 显示上一主题 |
| `<F10>` | 显示下一主题 |
| `:Tab /=` | 按等号对齐,也可以是竖线 |
| `<leader>|` | 按竖线对齐 |
| `<leader>=` | 按等号对齐 |
| `gcc` | 注释代码 |
| `:DirDiff <dir1> <dir2>` | 目录比较 |
| `vif` | 选中函数内容 |
Expand Down
3 changes: 2 additions & 1 deletion help.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
| `<F8>` | 关闭markdown实时预览 |
| `<F9>` | 显示上一主题 |
| `<F10>` | 显示下一主题 |
| `:Tab /=` | 按等号对齐,也可以是竖线 |
| `<leader>|` | 按竖线对齐 |
| `<leader>=` | 按等号对齐 |
| `gcc` | 注释代码 |
| `:DirDiff <dir1> <dir2>` | 目录比较 |
| `vif` | 选中函数内容 |
Expand Down

0 comments on commit b63af94

Please sign in to comment.