dhruvasagar/vim-table-mode

Mapping to insert a new row at the end of table

Open

#199 opened on Apr 1, 2021

View on GitHub
 (2 comments) (1 reaction) (0 assignees)Vim Script (98 forks)batch import
hacktoberfesthelp wanted

Repository metrics

Stars
 (2,236 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Hi, thanks for the plugin.

I tried reading but couldnt find any option to automatically insert a new empty row on the last line of table by pressing enter.

This feature from org mode will work very well with a buffer local mapping of tab to move around.

Can you tell me how to make it work?

Contributor guide