From 844101f686ef241e6835c85d78301da4cfb3f6db Mon Sep 17 00:00:00 2001 From: Nathan Grigg Date: Tue, 14 Apr 2015 09:29:54 -0700 Subject: Revert "Override C-X and C-A" On further reflection, this feels outside the scope of this plugin. See http://goo.gl/HX09FG. This reverts commit f5b5b89bb617eea49dcac07996ce95fdb32e4b71. --- ftplugin/beancount.vim | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'ftplugin/beancount.vim') 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 - nnoremap -catch /E227/ -endtry - -try - nmap - nnoremap -catch /E227/ -endtry -- cgit v1.2.3-2-gb3c3