Small readme update

This commit is contained in:
sloum 2021-03-21 15:42:48 -07:00
parent 3d8e7d9175
commit 722db53a9c
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ To delete the contents of a cell, that is - to revert it to an empty state, pres
#### Yank / Paste
You can copy a cell with `y`. To paste it you have two options. The difference between these options is how they deal with cell references in expressions. Pressing `p` will paste the cell and will not change any references from when it was copied. Pressing `P` will update the cell references to be relative. In this case that means they will change based on the distance (in rows and columns) between where they were copied from and where they are being pasted. This allows for dynamic expressions that can be moved around a sheet conveniently. At present there is no way to lock just a row or column. It is either fully relative or fully static.
You can copy a cell with `y`. To paste it you have two options. The difference between these options is how they deal with cell references in expressions. Pressing `p` will paste the cell and will not change any references from when it was copied. Pressing `P` will update the cell references to be relative. In this case that means they will change based on the distance (in rows and columns) between where they were copied from and where they are being pasted. This allows for dynamic expressions that can be moved around a sheet conveniently. Cells can have their column or row reference locked. If locking is performed then a relative paste will respect that lock and keep the row or column that was locked as it was and the other will be handled relatively.
#### Cell Modifiers