.vimrc

changeset 585
6136cb64836c
parent 583
e2c2404479d3
child 586
ab5763bb6ca7
equal deleted inserted replaced
584:2954f1525e0f 585:6136cb64836c
94 nmap gb <C-^> 94 nmap gb <C-^>
95 nmap gB :ls<CR>:b<Space> 95 nmap gB :ls<CR>:b<Space>
96 96
97 " Select last paste 97 " Select last paste
98 map gV `[v`] 98 map gV `[v`]
99
100 " Use ltag over tselect
101 nmap g<C-]> :ltag <C-r><C-w><CR>
99 102
100 " clear all interestingwords with \\k since \K is ri.vim 103 " clear all interestingwords with \\k since \K is ri.vim
101 nmap <silent> <leader><leader>k :call UncolorAllWords()<CR> 104 nmap <silent> <leader><leader>k :call UncolorAllWords()<CR>
102 105
103 " use Ag for a recursive * 106 " use Ag for a recursive *

mercurial