Add codelines mappings

This commit is contained in:
Alexander Gehrke 2019-09-23 09:37:48 +02:00
parent 74d42fac18
commit 2a3668363b
4 changed files with 7 additions and 7 deletions

View file

@ -12,4 +12,5 @@ imap <buffer> [( \left(
setlocal tw=100
map <silent> <buffer> <F3> :exec "Ack! -w " . substitute(expand('<cword>'), 'SRC','\\>','')<cr>v:ccl<cr>zR
map <silent> <buffer> <F3> <Plug>(codelines-go-to-def)
map <silent> <buffer> <leader>cl :call jobstart(['codelines', '.'])<cr>