It works by detecting the keyup event from the Backspace and Delete keys.
It checks the length of .cmd-field and if it is 0, removes focus from the
input field (similar to Vim behaviour).
Hopefully this resolves issue #1
Opened a new pull request to merge from a distinct branch.
It works by detecting the keyup event from the Backspace and Delete keys. It checks the length of .cmd-field and if it is 0, removes focus from the input field (similar to Vim behaviour).
Hopefully this resolves issue #1
Opened a new pull request to merge from a distinct branch.