.vimrc

changeset 614
2c3afa7e900f
parent 610
5f49012f8242
child 618
0305d79486fa
equal deleted inserted replaced
613:f5936ac6faec 614:2c3afa7e900f
93 93
94 " alt buffer 94 " alt buffer
95 nmap gb <C-^> 95 nmap gb <C-^>
96 nmap gB :ls<CR>:b<Space> 96 nmap gB :ls<CR>:b<Space>
97 97
98 " Select last paste 98 " Select last paste, in the same mode it was pasted in
99 map gV `[v`] 99 nmap <expr> gV '`[' . strpart(getregtype(), 0, 1) . '`]'
100 100
101 " Use ltag over tselect 101 " Use ltag over tselect
102 nmap g<C-]> :call vimrc#Ltag(expand('<cword>'))<CR> 102 nmap g<C-]> :call vimrc#Ltag(expand('<cword>'))<CR>
103 103
104 " clear all interestingwords with \\k since \K is ri.vim 104 " clear all interestingwords with \\k since \K is ri.vim

mercurial