mirror of
https://github.com/dhruvasagar/vim-table-mode.git
synced 2025-11-08 11:03:47 -05:00
Fixed #8
- 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:
@@ -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** :
|
||||
|
||||
Reference in New Issue
Block a user