https://github.com/artbit/vim-vmsri
dA vmsri plugin for vim
https://github.com/artbit/vim-vmsri
vim vim-plugins
Last synced: 16 days ago
JSON representation
dA vmsri plugin for vim
- Host: GitHub
- URL: https://github.com/artbit/vim-vmsri
- Owner: ArtBIT
- License: mit
- Created: 2014-11-30T09:41:57.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-10-09T17:28:16.000Z (over 2 years ago)
- Last Synced: 2026-05-20T03:15:34.585Z (about 1 month ago)
- Topics: vim, vim-plugins
- Language: Vim Script
- Size: 5.86 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Overview
VMSRI is a vim plugin which allows you to quickly open deviantART VMS Resource Identifiers.
## Features
There is a number of keystrokes that mirror the `gf` family of keystrokes, that open a VMSRI
instead of a filepath.
- `gv` - opens a VMSRI in current buffer
- `gV` - opens a VMSRI and jumps to a function call
- `v` - opens a VMSRI in a split window
- `V` - opens a VMSRI in a split window and jumps to a call
- `gv` - opens a VMSRI in a new tab
- `gV` - opens a VMSRI in a new tab and jumps to a call
## Installation
There are several plugin managers for vim, which will either allow you to
manually clone vim plugin repositories, or will do so for you. Probably the
two most popular ones currently are `pathogen
`_ and `vundle
`_. Please refer to their docs for
instructions on how to install plugins.