]> git.gir.st - VimFx.git/commit
Let `gL` deal with unvisited tabs instead of unread ones
authorSimon Lydell <simon.lydell@gmail.com>
Sat, 5 Mar 2016 14:33:32 +0000 (15:33 +0100)
committerSimon Lydell <simon.lydell@gmail.com>
Sat, 5 Mar 2016 14:33:32 +0000 (15:33 +0100)
commit396afa6354e60d6531a1ab419d41d1a361c47abc
treed964f383b3d4ba6533ff8fe338528be4e9ef626c
parent47d3421b3761babc0fa18667f82d5f2f9299c266
Let `gL` deal with unvisited tabs instead of unread ones

Firefox considers a tab to be "unread" if it finishes loading in the background.
This means that if the current tab is loading, but very slowly, and you
therefore switch to another tab while waiting for it to finish, you can't use
`gl` to go back to the slowly-loading tab when it's done, because then it would
be marked as "unread", forcing you to use `gL` instead. This often tripped me
up.

This commit uses the notion of "unvisited" instead of "unread". This works much
better.
16 files changed:
documentation/commands.md
extension/lib/commands.coffee
extension/lib/defaults.coffee
extension/lib/events.coffee
extension/locale/de/vimfx.properties
extension/locale/en-US/vimfx.properties
extension/locale/fr/vimfx.properties
extension/locale/id/vimfx.properties
extension/locale/it/vimfx.properties
extension/locale/ja/vimfx.properties
extension/locale/nl/vimfx.properties
extension/locale/pt-BR/vimfx.properties
extension/locale/ru/vimfx.properties
extension/locale/sv-SE/vimfx.properties
extension/locale/zh-CN/vimfx.properties
extension/locale/zh-TW/vimfx.properties
Imprint / Impressum