.vimrc

changeset 796
60dfac971a99
parent 794
152f0c95cbb0
child 799
52ff7c31cc8b
equal deleted inserted replaced
795:b6105413b6b7 796:60dfac971a99
102 102
103 " clear all interestingwords with \\k since \K is ri.vim 103 " clear all interestingwords with \\k since \K is ri.vim
104 nnoremap <silent> <leader><leader>k :call UncolorAllWords()<CR> 104 nnoremap <silent> <leader><leader>k :call UncolorAllWords()<CR>
105 105
106 " use Ag for a recursive * 106 " use Ag for a recursive *
107 nnoremap g* :call ag#Ag('grep', '--literal ' . shellescape(expand("<cword>")))<CR> 107 nnoremap g* :Ag <cword><CR>
108 108
109 " K: doc, gKK: doc current filename 109 " K: doc, gKK: doc current filename
110 nnoremap gKK :call ViewDoc('doc', expand('%:p'))<CR> 110 nnoremap gKK :call ViewDoc('doc', expand('%:p'))<CR>
111 111
112 " Tabular shortcuts 112 " Tabular shortcuts

mercurial