Vim Open Url
Description
A simple plugin for opening urls in browser
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
VIM Open Url v0.5.4
A VIM plugin to open urls in the default browser
This plugin aim's is to provide a cross platform API to open a url in your default web browser.
API
VIM Command :
:OpenURLto open given url in the default web browser:OpenInto open given url in the specified web browser:OpenSearchURLto search thesearch termsusing registered search engine.The default search engine is `duckduckgo` However, `google`, `stackoverflow` and `wikipedia` are also available. You can change the default by setting `g:open_url#engines#default`.
Search engines can be added using the API `open_url#engines#add(name, pattern)` where name is a logical name and pattern is a string that represents the search url pattern, use `%s` as a placeholder for where the search term is added.
:OpenURLFindto find a url ahead of the cursor on the same line and open it if found. NOTE: This also moves the cursor to the url when found.
VIM Mappings :
These work in both normal mode and visual mode :
- gB: Open url under cursor in the default web browser.
- g<CR>: Search word under cursor using default search engine
- gG: Google search word under cursor in the default web browser
- gW: Wikipedia search word under cursor in the default web browser
The following plug mappings are provided which can be remapped if you prefer different mappings to those provided by default.
(open-url-browser)(open-url-search)(open-url-search-so)(open-url-search-google)(open-url-search-wikipedia)
VIM Variables :
g:open_url_browser_defaultchanges default browser (Default:xdg-open)g:open_url_default_mappingsenable/disable default mappings without remappingmappings (Default:1)
VIM autoload function :
open_url#open(url): Open given url in the default we
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11