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 87f255d265
commit 0478efa817
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>