https://github.com/m1foley/vim-pivotal-tracker-jump
Jump to the Pivotal Tracker story under the cursor
https://github.com/m1foley/vim-pivotal-tracker-jump
pivotal-tracker vim
Last synced: over 1 year ago
JSON representation
Jump to the Pivotal Tracker story under the cursor
- Host: GitHub
- URL: https://github.com/m1foley/vim-pivotal-tracker-jump
- Owner: m1foley
- License: mit
- Created: 2018-08-13T20:57:54.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-18T16:12:27.000Z (almost 8 years ago)
- Last Synced: 2025-02-02T05:26:02.587Z (over 1 year ago)
- Topics: pivotal-tracker, vim
- Language: Vim script
- Size: 10.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
vim-pivotal-tracker-jump
========================
Using the [GitHub integration](https://www.pivotaltracker.com/help/articles/github_integration/), Pivotal Tracker stories can be referenced in Git commit messages like `[#TRACKER_STORY_ID]`.
This plugin adds functionality to `gx`, which normally opens URLs in your
default web browser. When the cursor is on a story reference press `gx` to jump
to the story in your web browser.
Installation
------------
Using [vim-plug](https://github.com/junegunn/vim-plug):
```vim
Plug 'm1foley/vim-pivotal-tracker-jump'
```
Customization
-------------
The URL can be customized, like for enterprise accounts which have their own
domain:
```vim
" This is the default value
let g:pivotal_tracker_jump_url = 'https://www.pivotaltracker.com/story/show/'
```
License
-------
MIT