mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-12 06:35:48 +02:00
sc-im:add page (#2326)
This commit is contained in:
parent
74eb06f2cd
commit
0d15389278
1 changed files with 28 additions and 0 deletions
28
pages/common/sc-im.md
Normal file
28
pages/common/sc-im.md
Normal file
|
@ -0,0 +1,28 @@
|
|||
# SC-IM
|
||||
|
||||
> A curses based, vim-like spreadsheet calculator.
|
||||
> Use hjkl or arrow keys to navigate.
|
||||
|
||||
- Start SC-IM:
|
||||
|
||||
`scim {{file_name}}.csv`
|
||||
|
||||
- Enter a string into the current cell:
|
||||
|
||||
`< or >`
|
||||
|
||||
- Enter a numeric constant into the current cell:
|
||||
|
||||
`=`
|
||||
|
||||
- Edit string in the current cell:
|
||||
|
||||
`E`
|
||||
|
||||
- Edit number in the current cell:
|
||||
|
||||
`e`
|
||||
|
||||
- Center align the current cell:
|
||||
|
||||
`|`
|
Loading…
Add table
Reference in a new issue