Skip to content

Conversation

gitusp
Copy link

@gitusp gitusp commented Oct 2, 2020

It changes normal and visual mode behavior to cancel all the unassigned characters, to prevent accidentally input an unassigned(but exists in vim) character like "w" or "b". I thought no-op is better than accidental input.
It does not cancel a key event if the key is pressed with ctrl or meta, not to mask Google Sheets' default shortcuts such as ⌘-F.
It also adds explicit arrow key mappings to prevent canceling them because of the above change.

gitusp added 2 commits October 2, 2020 14:48
This change was made to prevent accidentally input a random character like "w" or "b".
Since 7acf795 change the behavior to ignore all the unassigned keys.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant