VM
Size: a a a
VM
AM
VM
AM
pl
pl
pl
GZ
" cd to root of the repo
function! s:CDToRoot()
let s:projRoot = system("cd " . expand("%:h") . " && git rev-parse --show-toplevel")
execute "cd " . s:projRoot
endfunction
nnoremap <leader>2 :call <SID>CDToRoot()<CR>
pl
pl
pl
G
pl
pl
pl
" cd to root of the repo
function! s:CDToRoot()
let s:projRoot = system("cd " . expand("%:h") . " && git rev-parse --show-toplevel")
execute "cd " . s:projRoot
endfunction
nnoremap <leader>2 :call <SID>CDToRoot()<CR>
DO
pl
DO
pl