nvim/after/ftplugin/ledger.vim

10 lines
223 B
VimL
Raw Normal View History

2018-03-20 15:32:05 +00:00
set textwidth=0
inoremap <S-TAB> <TAB>
inoremap <TAB> <C-R>=SmartTab()<CR>
inoremap <BS> <C-R>=SmartDelete()<CR>
2018-03-20 15:32:05 +00:00
noremap { ?^\d<CR>
noremap } /^\d<CR>
noremap <leader>F :%LedgerAlign<cr>
noremap <leader>f :LedgerAlign<cr>