diff options
author | pks <pks@pks.rocks> | 2020-11-14 14:22:47 +0100 |
---|---|---|
committer | pks <pks@pks.rocks> | 2020-11-14 14:22:47 +0100 |
commit | d08f030e752fbe707d5bcc13cbf3db5dfb15afe5 (patch) | |
tree | 2ec0b1a91ea6fac0a17fe05c9bcd0b119a3af708 /sc-im/.scimrc | |
parent | 9464ae223985aea022cbb7e1e7cf6b9d7d4fda91 (diff) |
sc-im
Diffstat (limited to 'sc-im/.scimrc')
-rw-r--r-- | sc-im/.scimrc | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/sc-im/.scimrc b/sc-im/.scimrc new file mode 100644 index 0000000..09aa18f --- /dev/null +++ b/sc-im/.scimrc @@ -0,0 +1,28 @@ +set autocalc +set numeric +set numeric_decimal=0 +set overlap +set xlsx_readformulas + +# types: +#HEADINGS +#MODE +#NUMB +#STRG +#DATEF +#EXPRESSION +#CELL_ERROR +#CELL_NEGATIVE +#CELL_SELECTION +#CELL_SELECTION_SC +#INFO_MSG +#ERROR_MSG +#CELL_ID +#CELL_FORMAT +#CELL_CONTENT +#WELCOME + +#color "type=NORMAL fg=WHITE bg=BLACK bold=0" +#color "type=INPUT fg=MAGENTA bg=BLACK bold=0" +color "type=HEADINGS fg=DEFAULT_COLOR bg=BLACK bold=0" +color "type=CELL_SELECTION fg=WHITE bg=GREEN bold=1" |