aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--ftplugin/beancount.vim13
1 files changed, 0 insertions, 13 deletions
diff --git a/ftplugin/beancount.vim b/ftplugin/beancount.vim
index 046c774..20c2058 100644
--- a/ftplugin/beancount.vim
+++ b/ftplugin/beancount.vim
@@ -23,16 +23,3 @@ command! -buffer -range AlignCommodity
" Omnifunc for account completion.
setl omnifunc=beancount#complete_account
-
-" Don't allow C-X or C-A, since these are dangerous to a finance file.
-try
- nmap <unique> <buffer> <C-X> <Nop>
- nnoremap <buffer> <C-X><C-X> <C-X>
-catch /E227/
-endtry
-
-try
- nmap <buffer> <C-A> <Nop>
- nnoremap <buffer> <C-A><C-A> <C-A>
-catch /E227/
-endtry