home: vim: remove unused mappings

The beancount mappings are absolutely unused.

The `Y` mapping is built in NeoVim nowadays.
This commit is contained in:
Bruno BELANYI 2022-02-26 13:37:51 +01:00
parent d15bc59b74
commit 8b570694cd
3 changed files with 0 additions and 15 deletions

View file

@ -7,7 +7,3 @@ let b:undo_ftplugin.='|setlocal shiftwidth<'
" Have automatic padding of transactions so that decimal is on 52nd column
let g:beancount_separator_col=52
" Automatic padding for transactions
nnoremap <buffer> <leader>= :AlignCommodity<CR>
vnoremap <buffer> <leader>= :AlignCommodity<CR>