From e10a2ab4da22e90ccf0c206b8f7955ce671b2b76 Mon Sep 17 00:00:00 2001 From: Dhruva Sagar Date: Tue, 31 Dec 2013 12:53:41 +0530 Subject: [PATCH] Updated README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bc583f4..4954fac 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ $ git submodule add git@github.com:dhruvasagar/vim-table-mode.git bundle/table-m - **Cell Text Object** : Tableize provides a text object for manipulating table cells. By default - it's `tc`, but that can be changed if you wish to by setting the + it's tc, but that can be changed if you wish to by setting the `g:table_mode_cell_text_object` option. This is intelligent in the sense that if you use it to delete the @@ -132,7 +132,7 @@ $ git submodule add git@github.com:dhruvasagar/vim-table-mode.git bundle/table-m mapping \tfe defined by the option `g:table_mode_eval_expr_map` from anywhere inside the table or while on the formula line. - NOTE: You can now use the mapping t? + NOTE: You can now use the mapping \t? - **Formula Expressions** :