g4m3r changes

This commit is contained in:
Hunter Haugen 2025-03-07 09:01:41 -08:00
parent 5b02259b30
commit 4bd342b207
Signed by: hunner
GPG key ID: EF99694AA599DDAD
4 changed files with 21 additions and 1 deletions

View file

@ -527,5 +527,13 @@ nmap <silent> gy <Plug>(coc-type-definition)
nmap <silent> gi <Plug>(coc-implementation)
nmap <silent> gr <Plug>(coc-references)
" beancount macros
au BufReadPost,BufNewFile *.beancount
\ let @f = 'joExpenses:Megs:Foodjj0zz' |
\ let @o = 'joExpenses:Megs:Otherjj0zz' |
\ let @p = 'joExpenses:Needs:Petroljj0zz' |
\ let @b = 'joAssets:ZeroSum:BankTransferjj0zz' |
\ let @w = 'kkkkA #wrong-cardjjjj'
" Use K to show documentation in preview window
nnoremap <silent> K :call ShowDocumentation()<CR>