vitunes 0.4.5 → 0.4.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -6,12 +6,12 @@ ViTunes lets you control and navigate iTunes from the comfort of Vim.
6
6
 
7
7
  Benefits:
8
8
 
9
- * control iTunes without leaving Vim, where one is probably in a state of productive bliss
10
- * avoid using the mouse or trackpad; keystrokes get you there faster
11
- * Zen-minimalist text-based UI works better on small screens than iTunes' complex, multi-paned GUI
12
- * control iTunes from another computer over ssh, across the room or across the world
13
- * let multiple people control one instance of iTunes over ssh ([how][multi])
14
- * control iTunes from GNU/Linux computers over ssh (I control my iTunes from two Linux netbooks)
9
+ * Control iTunes without leaving Vim, where one is probably in a state of productive bliss
10
+ * Avoid using the mouse or trackpad; keystrokes get you there faster
11
+ * Zen-minimalist textual UI works better on small screens than iTunes' complicated, multi-paned GUI
12
+ * Control iTunes from another computer over ssh, across the room or across the world
13
+ * Let multiple people control one instance of iTunes over ssh ([how][multi])
14
+ * Control iTunes from GNU/Linux computers over ssh (I control the iTunes on my Mac Mini from two Linux Asus netbooks that I move around the apartment)
15
15
 
16
16
  [multi]:https://github.com/danchoi/vitunes/wiki
17
17
 
@@ -11,6 +11,9 @@ else
11
11
  let s:vitunes_tool = '/Users/choi/projects/vitunes/build/Release/vitunes '
12
12
  " Maybe I should make this a relative path
13
13
  endif
14
+ if !exists("g:mapleader")
15
+ let g:mapleader = ","
16
+ endif
14
17
 
15
18
  let s:searchPrompt = "Search iTunes Music Library: "
16
19
  let s:getPlaylistsCommand = s:vitunes_tool . "playlists"
@@ -1,3 +1,3 @@
1
1
  module ViTunes
2
- VERSION = '0.4.5'
2
+ VERSION = '0.4.6'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vitunes
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.5
4
+ version: 0.4.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: