20 lines
589 B
Plaintext
20 lines
589 B
Plaintext
set autocalc
|
|
set numeric
|
|
set numeric_decimal=0
|
|
set overlap
|
|
set xlsx_readformulas
|
|
|
|
color "type=HEADINGS fg=WHITE bg=BLACK bold=0 dim=0 standout=0 reverse=0"
|
|
color "type=CELL_SELECTION_SC fg=WHITE bg=BLACK bold=1 dim=0 standout=1"
|
|
color "type=CELL_SELECTION fg=WHITE bg=BLACK bold=1 dim=0 standout=1"
|
|
color "type=STRG fg=WHITE bg=BLACK bold=0 dim=1"
|
|
color "type=NUMB fg=BLUE bg=BLACK bold=0 dim=1"
|
|
color "type=EXPRESSION fg=GREEN bg=BLACK bold=0 dim=1"
|
|
color "type=CELL_NEGATIVE fg=RED bg=BLACK bold=0 dim=1"
|
|
|
|
nmap "J" "<C-j>"
|
|
nmap "fi" ":format \"0\"<cr>"
|
|
nmap "B" "Vir"
|
|
nmap " " "E<cr>k"
|
|
|