From 0d15389278b97f9f819ff371f22c1d57c4f25e4d Mon Sep 17 00:00:00 2001 From: Jonathan Nguyen Date: Thu, 13 Sep 2018 11:49:14 -0500 Subject: [PATCH] sc-im:add page (#2326) --- pages/common/sc-im.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 pages/common/sc-im.md diff --git a/pages/common/sc-im.md b/pages/common/sc-im.md new file mode 100644 index 0000000000..6933c2b050 --- /dev/null +++ b/pages/common/sc-im.md @@ -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: + +`|`