andmarti1424 / sc-im

sc-im - Spreadsheet Calculator Improvised -- An ncurses spreadsheet program for terminal
Other
4.8k stars 203 forks source link

Is it possible to map > and < keys? #799

Closed SeerLite closed 1 year ago

SeerLite commented 1 year ago

Hi!

I'm trying to map a> to z- and a< toz+` but I can't get it to work.

nnoremap "a<" "f+"
nnoremap "a>" "f-"

I also tried writing > as <gt> and such but that didn't work either. Is there a way to map them?

andmarti1424 commented 1 year ago

Hello. Answering to your question.. yes. These for instance work for me.. inoremap "<" "a" nnoremap "a<" "j" nnoremap "a<" "f+"