Skip to content

Commit

Permalink
update vimrc
Browse files Browse the repository at this point in the history
  • Loading branch information
chengxuan committed May 21, 2018
1 parent ba344db commit 3d3db0a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,9 @@ let g:Lf_WildIgnore = {
\}
let g:Lf_UseCache = 0

" ack
nnoremap <Leader>F :Ack!<space>
" echodoc.vim
let g:echodoc_enable_at_startup = 1

Expand All @@ -301,9 +304,6 @@ noremap <silent> <c-d> :call smooth_scroll#down(&scroll, 0, 2)<CR>
noremap <silent> <c-b> :call smooth_scroll#up(&scroll*2, 0, 4)<CR>
noremap <silent> <c-f> :call smooth_scroll#down(&scroll*2, 0, 4)<CR>
" ack
nnoremap <Leader>k :Ack!<space>
" vim-multiple-cursors
let g:multi_cursor_use_default_mapping=0
let g:multi_cursor_start_word_key = '<C-j>'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ An automatic configuration program for vim
| `<leader>p` | 生成函数定义 |
| `<leader>w` | 单词跳转 |
| `<leader>f` | 搜索~目录下的文件 |
| `<leader>k` | 搜索当前目录下的文本 |
| `<leader>F` | 搜索当前目录下的文本 |
| `<leader>g` | 显示git仓库提交记录 |
| `<leader>G` | 显示当前文件提交记录 |
| `<leader>gg` | 显示当前文件在某个commit下的完整内容 |
Expand Down
2 changes: 1 addition & 1 deletion help.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
| `<leader>p` | 生成函数定义 |
| `<leader>w` | 单词跳转 |
| `<leader>f` | 搜索~目录下的文件 |
| `<leader>k` | 搜索当前目录下的文本 |
| `<leader>F` | 搜索当前目录下的文本 |
| `<leader>g` | 显示git仓库提交记录 |
| `<leader>G` | 显示当前文件提交记录 |
| `<leader>gg` | 显示当前文件在某个commit下的完整内容 |
Expand Down

0 comments on commit 3d3db0a

Please sign in to comment.