https://github.com/codegoalie/vim-guitar
Vim Plugin to help play from guitar lead sheets and tabs
https://github.com/codegoalie/vim-guitar
Last synced: about 2 months ago
JSON representation
Vim Plugin to help play from guitar lead sheets and tabs
- Host: GitHub
- URL: https://github.com/codegoalie/vim-guitar
- Owner: codegoalie
- Created: 2012-03-07T05:45:23.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-03-07T06:04:19.000Z (about 14 years ago)
- Last Synced: 2025-02-14T05:43:50.571Z (about 1 year ago)
- Language: VimL
- Homepage:
- Size: 93.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.mkd
Awesome Lists containing this project
README
# Vim-Guitar
This will be a Vim plugin to make it easier to read and play along with lead sheets
and guitar tabs in Vim.
---------------------------------
Right now, we've only got some syntax highlighting for Chords and Tabs. Soon, I'll be
fleshing that out and I also want to add:
* auto-loading the plugin features for .gtr (or .guitar) files
* an auto-scroll feature like [AutoScrollMode](http://www.vim.org/scripts/script.php?script_id=2041)
for playing along with songs that don't fit all on one screen
* keyboard bindings for text size(?)
* easy keyboard navigation within song; e.g. 'v' toggles through verses, 'c' goes straight to chorus, etc.
This will be cool for songs with many verses but the chorus is only listed once, or improvising
and needing to quickly jump back to, for example, the bridge to play again.
--------------------
This repo is designed to be used with Tim Pope's amazing [vim-pathogen](https://github.com/tpope/vim-pathogen) plugin which
makes installing and managing vim plugins in different directories a breeze. Seriously, get it.
----------------------
If this doesn't suit your fancy check out [this vim syntax file for guitar chords and tabs](http://www.vim.org/scripts/script.php?script_id=2110)