2 - Completely remove `activationCommands`.
5 - Now activated by `vim-mode:activate-blockwise-visual-mode`.
6 - Delete deprecated keymap notification.
8 ## 0.2.11 - Quick FIX for #3
9 - Disable activationCommands to avoid `getEditorState` throw error because of `@vimModeService` is undefined.
13 ## 0.2.9 - Follow renaming to NormalMode
14 - Use `activateNormalMode` instead of `activateCommandMode`.
18 * `activationCommands`.
21 * `ctrl-v` within visual-block now work same as escape. #1
27 * Add provide default keymap.
28 * No longer use `vimState.resetCommandMode()`.
29 * No longer manage explicit @active state.
30 * Improve resetting @startRow.
31 * [FIX] selection range got wrong in some case.
33 ## 0.2.4 - Stability improve
34 * Never accidentally destroy(), last cursor()
36 ## 0.2.3 - GIF update.
37 ## 0.2.2 - Improve `I`, `A` further
38 ## 0.2.1 - Improve `I`, `A`.
39 ## 0.2.0 - Rename Package name
40 ## 0.1.1 - Doc update.
41 ## 0.1.0 - First Release