Add ledger config and bindings

This commit is contained in:
crater2150 2018-03-20 16:32:05 +01:00
parent 8b3f95de90
commit 7d39055255

View file

@ -1,3 +1,9 @@
set textwidth=0
inoremap <S-TAB> <TAB> inoremap <S-TAB> <TAB>
inoremap <TAB> <C-R>=SmartTab()<CR> inoremap <TAB> <C-R>=SmartTab()<CR>
inoremap <BS> <C-R>=SmartDelete()<CR> inoremap <BS> <C-R>=SmartDelete()<CR>
noremap { ?^\d<CR>
noremap } /^\d<CR>
noremap <leader>F :%LedgerAlign<cr>
noremap <leader>f :LedgerAlign<cr>