aboutsummaryrefslogtreecommitdiffstats
path: root/src/base.vim
diff options
context:
space:
mode:
Diffstat (limited to 'src/base.vim')
-rw-r--r--src/base.vim3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/base.vim b/src/base.vim
index 980bc5e..46bdb05 100644
--- a/src/base.vim
+++ b/src/base.vim
@@ -23,9 +23,6 @@ endpython
" Add mappings, unless the user didn't want this.
" The default mapping is registered, unless the user remapped it already.
if !exists("no_plugin_maps") && !exists("no_rst_table_maps")
- if !hasmapto('CreateTable(')
- noremap <silent> <leader><leader>c :call CreateTable()<CR>
- endif
if !hasmapto('ReformatTable(')
noremap <silent> <leader><leader>f :call ReformatTable()<CR>
endif