Hello,

Interesting concept. The most difficult thing are Vim habits. Seeing
spelling error in line before I tend to make <Esc>k than <S-Tab> which
is obviously messing things.

>    - Use <Esc> in fields to cancel changes and restore old value.

This doesn't work.

I am getting <Plug>17|v$h

Cannot accept entry from combobox, CTRL-Y jumps to first element,
anything else doesn't work or insert <Plug>17|v$h.

<Plug> thing is inserted also when hitting <Esc> twice.

> I would appreciate any kind of feedback on this.

Random remarks:

After completely removing of entry tabbing goes wild (it works only from
first entry to removed one).

Combobox (Zip-code) is only drop-down menu: in combobox you should be
able to insert your own values.

Avoid <M-> mappings. They don't always and everywhere work. Better use
something like <C-K>f to go to the First name field.

Introduce Arrows (<Up>, <Down>) navigation. Although Tab works
everywhere <S-Tab> doesn't work in terminal. Currently <Up>, <Down> are
extending visual selection to other fields.

Hotkey emphasis should be rather done with syntax highlighting, not
underscore (not always available).

Full version should take care about creation and destruction of buffer.
With all this mappings it is tricky.

m.

Reply via email to