By: mehmetb
Inspect and view changes in vim-navigation source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"applications": {
"gecko": {
"id": "vim-navigations@783c6550-0cc9-4c3f-855f-5ddbeae91ea3"
}
},
"author": "Mehmet Baker",
"background": {
"scripts": [
"lib/DEFAULTS.js",
"lib/EventEmitter.js",
"lib/StorageController.js",
"background.js"
]
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"lib/DEFAULTS.js",
"lib/EventEmitter.js",
"lib/StorageController.js",
"lib/Actions.js",
"lib/VimNavigation.js",
"content-script.js"
],
"match_about_blank": true,
"run_at": "document_start"
}
],
"description": "A browser add-on for vim-style scrolling and tab navigation",
"homepage_url": "https://github.com/mehmetb/vim-navigation",
"incognito": "spanning",
"manifest_version": 2,
"name": "vim-navigation",
"version": "1.3.3resigned1",
"options_ui": {
"page": "options/index.html",
"browser_style": true
},
"permissions": [
"storage"
]
} Best vim-navigation Alternatives
Here are some Firefox add-ons that are similar to vim-navigation:
vimscrolling
mpvdk
Better Scrolling
DiscoBiscuit
Simple Vim Scrolling
Johnny
Vim nav
aloisleclet
vim-scroll
Bladt
VimTab Navigator
justynt
Vim Vix Remix
LordPax
Hjkl Navigation
Artem
Vim Navigator
astrocreat
Vim Vixen
Shin'ya Ueoka
Miv
Mathias
vimkeybindings Improved
Tartaruskelvin