From aedcd8e077aabd8ea53e316951b963af820f2ce6 Mon Sep 17 00:00:00 2001 From: Dhruva Sagar Date: Tue, 17 Dec 2019 14:07:24 -0500 Subject: [PATCH] Fix #161, Add documentation about :TableModeRealign and mapping to README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index dc5fbbf..806f46d 100644 --- a/README.md +++ b/README.md @@ -119,6 +119,11 @@ Markdown and ReST filetypes have automatically configured corners. aligned, whether center, right or left by using a `:` character defined by `g:table_mode_align_char` option. +If you manipulate the table when table mode is disabled or copy paste a table +from clipboard from outside and it ends up being misaligned, you can realign +it using `:TableModeRealign` or using the default mapping +\tr defined by `g:table_mode_relign_map` option. + ### Formatting existing content into a table Table Mode wouldn't justify it's name if it didn't allow formatting