vitunes 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README.markdown +5 -4
  2. data/lib/vitunes/version.rb +1 -1
  3. metadata +2 -2
@@ -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
- The selection drop-downs make use of Vim autocompletion. Start typing
65
- the first few letters of what you want. For example, if you want to jump to all
66
- artists that start with the letter 'P', type 'P' and you'll see the drop-down
67
- items update. This autocompletion is case-sensitive.
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.
@@ -1,3 +1,3 @@
1
1
  module ViTunes
2
- VERSION = '0.2.1'
2
+ VERSION = '0.2.2'
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 2
8
- - 1
9
- version: 0.2.1
8
+ - 2
9
+ version: 0.2.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Daniel Choi