rpeshkov / vscode-text-tables

VSCode extension that brings the power of Emacs table editing
MIT License
38 stars 14 forks source link

When using VSCodeVim, making Tab and Shift+Tab work in normal mode as well as insert mode #74

Open huyz opened 1 year ago

huyz commented 1 year ago

<Tab> and <Shift+Tab> work in insert mode, but not normal mode. Anyone know how to make them work in vim normal mode?

weibeld commented 1 year ago

I couldn't get <Tab> to work with Vim too, but I remapped text-tables.gotoNextCell and text-tables.gotoPreviousCell in the keyboard shortcuts to <Shift+Tab> and <Ctrl-Tab>, respectively. In this way, I can still navigate between the cells in Vim normal mode, although with slightly different key combinations.