Add ledger config and bindings
This commit is contained in:
parent
8b3f95de90
commit
7d39055255
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue