github ueokande/vim-vixen v1.1.0
Release 1.1.0

latest releases: v1.2.4, v1.2.3, v1.2.2...
3 years ago

📈 Enhancement Notes

Delay before filling completions (#1099)

Insert a delay before filling completions. When trying opening a new tab or
window using the open command, typing is impaired by the search as you type
functionality, especially if you have a large search base, like long history or
many bookmarks.

Show an error on mark not set (#1104)

If you try to jump to a mark ('a) and the key is not assigned for a mark, the error is shown in the developer console:

"Mark is not set"

but users cannot see that on the page.

By this change, users can see a message on the bottom of the window.

📔 Other Notes

Refactor state management with React Hooks on Console (#1098)

Separate independent states on console state to "completion", "colorscheme", and "app". Each states are managed on Reach Hooks and Custom Hooks wrapping them.

Hide console to focus main window after find executed (#1108)

After error message "Pattern not found: foo" is shown on find mode, the focus
losses from the top window. User cannot do any operation by the keyboard. This
change fixes the focus issue.

This issues is caused by a regression by #1098

Don't miss a new vim-vixen release

NewReleases is sending notifications on new releases.