vitunes 0.2.1 → 0.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.markdown +5 -4
- data/lib/vitunes/version.rb +1 -1
- metadata +2 -2
data/README.markdown
CHANGED
|
@@ -61,10 +61,11 @@ mapleader is `\` or something else, use that instead.
|
|
|
61
61
|
* `,A` select album
|
|
62
62
|
* `ENTER` start playing a track under cursor
|
|
63
63
|
|
|
64
|
-
|
|
65
|
-
the first few letters of what you want. For
|
|
66
|
-
artists that start with the letter 'P',
|
|
67
|
-
items update. This autocompletion is
|
|
64
|
+
Playlist, artist, genre, and album navigation (but not search) use make use of
|
|
65
|
+
Vim autocompletion. Start typing the first few letters of what you want. For
|
|
66
|
+
example, if you want to jump to all artists that start with the letter 'P',
|
|
67
|
+
type 'P' and you'll see the drop-down items update. This autocompletion is
|
|
68
|
+
case-sensitive.
|
|
68
69
|
|
|
69
70
|
`CTRL-p` and `CTRL-n` let you navigate the drop-down matches. Press `ENTER` to select
|
|
70
71
|
one.
|
data/lib/vitunes/version.rb
CHANGED