Vieb
- Add support for chained keys such as
g g
org i
#35 - Go to insert mode at the first text input with
g i
- Open tabs next to the current one (setting: addTabsNextToCurrentOne) #31
- Move tabs left or right in the navigation bar with
Ctrl J
orCtrl K
#32 - Set command now works much more like in Vim
- Boolean set command toggle:
set caseSensitiveSearch!
- Multiple statements per set invocation:
set caseSensitiveSearch=false redirectToHttp=true
- Many related bugfixes and changes
Security
- Permission system added which blocks most of them by default #37
- Settings to ask, block or allow different types of permissions
- No longer allow all permissions by default
Other
- Electron 6.0.10 (was 6.0.6)
- Chromium 76.0.3809.146 (was 76.0.3809.138)
For more details see the CHANGELOG.
For startup help see the frequently asked questions.