Skip to content

Vieb 4.4.0

Compare
Choose a tag to compare
@Jelmerro Jelmerro released this 14 Apr 15:40
· 1042 commits to master since this release

Vieb

  • Add command "only" to hide all splits and only show the current tab fullsize
  • Add action "toFirstSplitWindow" to switch focus to the first (top-left) window split
  • Add action "toLastSplitWindow" to switch focus to the last (bottom-right) window split
  • Add action "toNextSplitWindow" to switch focus to the next window split by appearance order (top to bottom, left to right)
  • Add action "toPreviousSplitWindow" to switch focus to the previous window split by appearance order (top to bottom, left to right)
  • Add action "exchangeSplitWindow" to exchange the current window split with the one next to it in the current position
  • Add action "rotateSplitWindowBackward" to rotate window splits counter-clockwise (as opposed to clockwise with the existing rotate action)
  • Add action "toLastUsedTab" to switch between the two last used tabs or window splits (uses timeoutlen for determining used tabs)
  • Add default mappings for all the new actions and also the quit command: ZZ
  • Rework help docs introduction chapter
  • Fix missing favicon bug for sites that quickly switch between them
  • Fix incorrect url sometimes being stored for an element at the same position in follow mode
  • Fix settings "splitbelow" and "splitright" being swapped in functionality
  • Fix installing extensions not working in last release due to rework and electron-builder bugs
  • Fix action "editWithVim" not working in last release due rework and missing filename argument
  • Small styling improvements and bugfixes

Other

  • Electron 12.0.4 (was 12.0.2)
  • Chromium 89.0.4389.114 (was 89.0.4389.90)

For more details see the CHANGELOG.
For startup help see the frequently asked questions.