vitunes 0.1.7 → 0.1.8
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/vitunes.vim +1 -1
- data/lib/vitunes/version.rb +1 -1
- metadata +2 -2
data/lib/vitunes.vim
CHANGED
@@ -83,7 +83,7 @@ function! ViTunes()
|
|
83
83
|
|
84
84
|
" Not working yet
|
85
85
|
" noremap <buffer> <BS> :call <SID>deleteTracksFromPlaylist()<CR> "
|
86
|
-
noremap <buffer>
|
86
|
+
noremap <buffer> <Leader>i :close<CR>
|
87
87
|
noremap <buffer> ? :call <SID>help()<CR>
|
88
88
|
"noremap <buffer> <cr> <Esc>:call <SID>playTrack()<cr>
|
89
89
|
noremap <buffer> <cr> :call <SID>playTrack()<cr>
|
data/lib/vitunes/version.rb
CHANGED