dhruvasagar / vim-table-mode

VIM Table Mode for instant table creation.
2.11k stars 96 forks source link

table mode binding causes beep (fix herein) #92

Closed Miesco closed 8 years ago

Miesco commented 8 years ago
  ./plugin/table-mode.vim:61:  exec "nnoremap <silent> " . g:table_mode_map_prefix . g:table_mode_toggle_map .
  ./plugin/table-mode.vim:62:       \ " <Esc>:call tablemode#Toggle()<CR>"

The <Esc> is unncessary and causes a BEEP in the terminal.