- Renamed option for eval_expr.
- Defined a new option `g:table_mode_map_prefix` set to `<Leader>t` by
  default to be used as a prefix for all other table mode commands.
- Updated docs to reflect the same.
- Updated README.
This commit is contained in:
Dhruva Sagar
2013-05-18 03:55:32 +05:30
parent 4606d9c637
commit 0810512c54
3 changed files with 65 additions and 70 deletions

View File

@@ -125,7 +125,7 @@ $ git submodule add git@github.com:dhruvasagar/vim-table-mode.git bundle/table-m
formulas on the line separated with a ';' eg) `# tmf: $3=$2*$1;$4=$3/3.14`
You can evaluate the formula line using `:TableEvalFormulaLine` or the
mapping `<Leader>tfe` defined by the option `g:table_mode_expr_calc_map`
mapping `<Leader>tfe` defined by the option `g:table_mode_eval_expr_map`
from anywhere inside the table or while on the formula line.
- **Formula Expressions** :