Remove the key binding for markdown table formatting from the readme

This commit is contained in:
Kevin MacMartin 2024-11-14 17:18:37 -05:00
parent 2ee636b7f1
commit 13d5f46d5a

View file

@ -101,7 +101,6 @@ A more complete list of key bindings exists at the top of `vim/config/keyboard.v
|----------|------|---------------------------------------------------------------|
| Leader+J | N+V | Format line/selected lines to a max width of the _textwidth_ |
| Leader+f | N+V | Format document/selection alignment using Vim syntax |
| Leader+f | N+V | (Markdown) Format table cursor is currently on |
| Leader+F | N | Fix document with available ale fixers |
| Leader+t | N | Convert all tabs into spaces and continue session with spaces |
| Leader+T | N | Convert all spaces into tabs and continue session with tabs |