Firefox Browser Add-ons
  • Explore
  • Extensions
  • Themes
    • for Firefox
    • Dictionaries & Language Packs
    • Other Browser Sites
    • Add-ons for Android
Extension WorkshopDeveloper HubDownload FirefoxRegister or Log in
Add-on icon

Vim Vixen version history - 25 versions

Vim Vixen by Shin'ya Ueoka

Rated 4.7 out of 5
4.7 Stars out of 5
5
183
4
28
3
4
2
4
1
7
Vim Vixen version history - 25 versions
  • Be careful with old versions! These versions are displayed for testing and reference purposes.

    You should always use the latest version of an add-on.

  • Latest version

    Version 0.32

    Released Dec 28, 2020 - 1.42 MB
    Works with firefox 78.0 and later, android 48.0 and later
    https://github.com/ueokande/vim-vixen/releases/tag/0.32

    Source code released under MIT/X11 License

    Only with Firefox—Get Firefox Now
    Download file
  • Older versions

    Version 0.31

    Released Sep 24, 2020 - 1.45 MB
    Works with firefox 78.0 and later, android 48.0 and later
    https://github.com/ueokande/vim-vixen/releases/tag/0.31

    Source code released under MIT/X11 License

    Only with Firefox—Get Firefox Now
    Download file
  • Version 0.30

    Released Aug 13, 2020 - 1.33 MB
    Works with firefox 42.0 and later, android 48.0 and later

    Source code released under MIT/X11 License

    Only with Firefox—Get Firefox Now
    Download file
  • Version 0.29

    Released May 4, 2020 - 791.39 KB
    Works with firefox 42.0 and later, android 48.0 and later

    Source code released under MIT/X11 License

    Only with Firefox—Get Firefox Now
    Download file
  • Version 0.28

    Released May 4, 2020 - 791.4 KB
    Works with firefox 68.0 and later, android 68.0 and later

    Source code released under MIT/X11 License

    Only with Firefox—Get Firefox Now
    Download file
  • Version 0.27

    Released Feb 22, 2020 - 774.92 KB
    Works with firefox 42.0 and later, android 48.0 and later

    Source code released under MIT/X11 License

    Only with Firefox—Get Firefox Now
    Download file
  • Version 0.26

    Released Dec 22, 2019 - 771.62 KB
    Works with firefox 42.0 and later, android 48.0 and later

    Source code released under MIT/X11 License

    Only with Firefox—Get Firefox Now
    Download file
  • Version 0.25

    Released Oct 10, 2019 - 734.48 KB
    Works with firefox 42.0 and later, android 48.0 and later

    Source code released under MIT/X11 License

    Only with Firefox—Get Firefox Now
    Download file
  • Version 0.24

    Released Sep 3, 2019 - 721.89 KB
    Works with firefox 42.0 and later, android 48.0 and later

    Source code released under MIT/X11 License

    Only with Firefox—Get Firefox Now
    Download file
  • Version 0.23

    Released May 29, 2019 - 243.02 KB
    Works with firefox 42.0 and later
    ### Fix warnings on Android (#586 by @robsmith11)

    Vim Vixen works on Firefox for Android (experimental).
    This change suppresses some warnings occurs only on Android.

    ### Add "repeat last operation" command

    Add `repeat.last` command by <kbd>.</kbd> key in default. It repeats last
    manipulation command such as opening, updating and deleting a tab. To enabled
    this for current users, please add the following keymap into your json:

    ```json
    ".": { "type": "repeat.last" }
    ```

    Source code released under MIT/X11 License

    Only with Firefox—Get Firefox Now
    Download file
  • Version 0.22

    Released Apr 27, 2019 - 75.35 KB
    Works with firefox 42.0 and later, android 48.0 and later
    ### Show yanked url

    Instead of `Current url yanked` show `Yanked https://current-website.com/`.

    ### Support blacklist with port

    Support to specify port to the blacklist, such as `127.0.0.1:8080`.

    ### Fix Content-Security-Policy issues

    Vim Vixen was broke on some sites because of [Content Security Policy (CSP)](https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP). The CSP prevents untrusted contents by blocking inline `<style>` tags on the document. Now an issue on Vim Vixen on CSP-enabled sites are fixed.

    Source code released under MIT/X11 License

    Only with Firefox—Get Firefox Now
    Download file
  • Version 0.21

    Released Mar 23, 2019 - 73.85 KB
    Works with firefox 60.0 and later
    ### Make smooth-scroll smoother (#536)

    Make smooth-scroll more smoother. To enable smooth-scroll, type `set smoothscroll` or add `smoothscroll: true` into your settings.

    ### Space key map (#537)

    Allow to enable keymap <kbd>Space</kbd> key:

    ```json
    "keymaps": {
    "<Space>": { "type": "follow.start", "newTab": false },
    "<C-Space>": { "type": "follow.start", "newTab": true, "background": false }
    }
    ```

    ### Scroll console (#538)

    Limits number of shown item on console completion. The hidden items

    ### Update README.md (#543 by @ryanstreur)
    ### Correct spelling of WebExtensions (#535 by @sleepypikachu)
    ### Update documents (#552 by @TeepaBlue)

    ### Use browser.runtime.onInstalled event (#539)
    ### Refactor background (#544)

    see also: https://github.com/ueokande/vim-vixen/releases

    Source code released under MIT/X11 License

    Only with Firefox—Get Firefox Now
    Download file
  • Version 0.20

    Released Feb 4, 2019 - 74.1 KB
    Works with firefox 42.0 and later
    ### Add close tabs to the right command
    Close tabs to the right by `Shift+D`. For current users, add the following keymaps into your configuration.

    ```
    `"D": { "type": "tabs.close.right" },`
    ```

    ### Open homepage
    Add key bindings to open homepage by `gh` and `gH`. `gh` opens homepage in current page, and `gH` opens homepage as new tabs.
    For current users, add the following keymaps into your configuration.

    ```
    "gh": { "type": "page.home" },
    "gH": { "type": "page.home", "newTab": true },
    ```


    For more details, see also release note:
    https://github.com/ueokande/vim-vixen/releases/tag/0.20

    Source code released under MIT/X11 License

    Only with Firefox—Get Firefox Now
    Download file
  • Version 0.19

    Released Oct 20, 2018 - 66.6 KB
    Works with firefox 42.0 and later
    https://github.com/ueokande/vim-vixen/releases/tag/0.19

    Source code released under MIT/X11 License

    Only with Firefox—Get Firefox Now
    Download file
  • Version 0.18

    Released Aug 12, 2018 - 65.16 KB
    Works with firefox 42.0 and later, android 48.0 and later
    https://github.com/ueokande/vim-vixen/releases/tag/0.18

    Source code released under MIT/X11 License

    Only with Firefox—Get Firefox Now
    Download file
  • Version 0.17

    Released Aug 8, 2018 - 65.09 KB
    Works with firefox 42.0 and later, android 48.0 and later
    https://github.com/ueokande/vim-vixen/releases/tag/0.17

    Source code released under MIT/X11 License

    Only with Firefox—Get Firefox Now
    Download file
  • Version 0.15

    Released Jun 27, 2018 - 50.06 KB
    Works with firefox 42.0 and later, android 48.0 and later
    https://github.com/ueokande/vim-vixen/releases/tag/0.15

    Source code released under MIT/X11 License

    Only with Firefox—Get Firefox Now
    Download file
  • Version 0.14

    Released May 17, 2018 - 49.99 KB
    Works with firefox 42.0 and later, android 48.0 and later
    https://github.com/ueokande/vim-vixen/releases/tag/0.14

    Source code released under MIT/X11 License

    Only with Firefox—Get Firefox Now
    Download file
  • Version 0.12

    Released Mar 9, 2018 - 50.81 KB
    Works with firefox 42.0 and later, android 48.0 and later
    This version contains small updates
    - Fix issue with Tree Style Tab
    - Cancel by Ctrl+[
    - Hide console by Esc
    - Search across tabs

    Source code released under MIT/X11 License

    Only with Firefox—Get Firefox Now
    Download file
  • Version 0.11

    Released Jan 23, 2018 - 49.79 KB
    Works with firefox 42.0 and later, android 48.0 and later
    urgent release to fix a bug

    Source code released under MIT/X11 License

    Only with Firefox—Get Firefox Now
    Download file
  • Version 0.8

    Released Dec 30, 2017 - 47.42 KB
    Works with firefox 42.0 and later, android 48.0 and later
    Small improvements and updates. Detailed release notes are available on GitHub Releases

    Source code released under MIT/X11 License

    Only with Firefox—Get Firefox Now
    Download file
  • Version 0.7

    Released Nov 28, 2017 - 46.94 KB
    Works with firefox 42.0 and later, android 48.0 and later
    Settings form: New setting interface is supported. You can configure settings by form easily in add-on preferences.

    Source code released under MIT/X11 License

    Only with Firefox—Get Firefox Now
    Download file
  • Version 0.6

    Released Nov 19, 2017 - 139.42 KB
    Works with firefox 42.0 and later, android 48.0 and later
    - Improve on some sites.
    - Improve <kbd>[</kbd><kbd>[</kbd>/<kbd>]</kbd><kbd>]</kbd> command.

    Detailed release notes are available on GitHub Releases

    Source code released under MIT/X11 License

    Only with Firefox—Get Firefox Now
    Download file
  • Version 0.5

    Released Nov 13, 2017 - 139.25 KB
    Works with firefox 42.0 and later, android 48.0 and later
    To enable new added operation, please add it with key-maps into your settings.

    Find mode:
    An operation "find.start" provides a find mode.
    Operations "find.next" and "find.prev" find next and previous keyword.
    "find.start" is mapped to /, and "find.next" and "find.prev" are mapped to nN by default, respectively.


    Duplicate tabs:
    An operation "tabs.duplicate" duplicates a current tab.
    This feature is mapped to zd by default.

    Pin/unpin tabs:
    An operation "tabs.pin.toggle" toggles pinned/unpinned state for a tab.
    This feature is mapped to zp by default.

    Select first and last tab:
    Operations "tabs.first" and "tabs.last" allow you to select first and last tab, respectively.
    They are mapped to g0 and g$ by default.

    Support modifier keys:
    Support additional modifiers for key-bindings such as Alt, Meta, and Shift keys.
    This changes also fix an issue on default shortcuts of Firefox on Mac OS.

    Enable plugin on about:blank:
    The plugin is enabled on about:blank page.

    Source code released under MIT/X11 License

    Only with Firefox—Get Firefox Now
    Download file
  • Version 0.4

    Released Nov 5, 2017 - 137.61 KB
    Works with firefox 42.0 and later, android 48.0 and later
    Following area tag links: Following mode (by f/F keys) support to open <area> tags.

    And some other bug fix.
    See release note for the details

    Source code released under MIT/X11 License

    Only with Firefox—Get Firefox Now
    Download file
Go to Mozilla's homepage

Add-ons

  • About
  • Blog
  • Extension Workshop
  • Developer Hub
  • Developer Policies
  • Forum
  • Report a bug
  • Review Guide
  • Site Status

Browsers

  • Desktop
  • Mobile
  • Reality
  • Enterprise

Products

  • Lockwise
  • Monitor
  • Browsers
  • Pocket
  • Twitter (@firefox)
  • Facebook (Firefox)
  • YouTube (firefoxchannel)
  • Privacy
  • Cookies
  • Legal

Except where otherwise noted, content on this site is licensed under the Creative Commons Attribution Share-Alike License v3.0 or any later version.