]> Sergey Matveev's repositories - dotfiles.git/blob - vim/.vim/plugin/whereami.vim
Vim scripts refactoring
[dotfiles.git] / vim / .vim / 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>