⚠️ changes of behavior ⚠️
- to match Vim's behavior properly,
escin Visual Mode will now return to Normal Mode, rather than Insert Mode while leaving the selection intact. to go directly into Insert Mode while keeping the selection, there is now a new Kill Switch. see further below. esccannot be used anymore to go back to macOS from Normal Mode if you use a Custom Keyboard Shortcut. you need to use proper Vim moves instead. no, kV is not here to promote bad habits!- Modes have been renamed Families (LMAO), to avoid confusion with kV Insert/Normal/Visual Modes. apps belong to Families, where Families use the Accessibility Strategy, the Keyboard Strategy, a combination of both, or none at all. yes that's not a change of behavior but i wanted to put it here.
fix
- fix
j,k,gj,gkfor some ComboBoxes like the Google one that didn't work anymore.
new
- a new optional Kill Switch allows to leave any kV Mode and go back to Insert Mode (macOS) while leaving the selection intact so that you can act on it. see Preferences.
- add Command
ZZ