]> Sergey Matveev's repositories - dotfiles.git/blob - vim/.vim/pack/stargrave/start/whereami/plugin/whereami.vim
Various Vim plugins separated on packages
[dotfiles.git] / vim / .vim / pack / stargrave / start / whereami / plugin / whereami.vim
1 if exists("*whereami#pwdLoad") | finish | endif
2 autocmd VimEnter * call whereami#pwdLoad()
3 nmap <leader>w :call whereami#do("%s:%d")<CR>
4 nmap <leader>W :call whereami#do("breakpoint set --file %s --line %d")<CR>