home: vim: remove unused mappings
The beancount mappings are absolutely unused. The `Y` mapping is built in NeoVim nowadays.
This commit is contained in:
parent
d15bc59b74
commit
8b570694cd
3 changed files with 0 additions and 15 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue