Quantcast
Channel: Vimタグが付けられた新着記事 - Qiita
Viewing all articles
Browse latest Browse all 5608

VimでJazzを聴く

$
0
0

覚書きまでに

mplayerをインストール

brew install mplayer

or

sudo apt-get install -y mplayer

を実行

.vimrcに追記

NeoBundleLazy 'supermomonga/jazzradio.vim', { 'depends' : [ 'Shougo/unite.vim' ] }
if neobundle#tap('jazzradio.vim')
  call neobundle#config({
        \   'autoload' : {
        \     'unite_sources' : [
        \       'jazzradio'
        \     ],
        \     'commands' : [
        \       'JazzradioUpdateChannels',
        \       'JazzradioStop',
        \       {
        \         'name' : 'JazzradioPlay',
        \         'complete' : 'customlist,jazzradio#channel_id_complete'
        \       }
        \     ],
        \     'function_prefix' : 'jazzradio'
        \   }
        \ })
endif

BundleInstall

:NeoBundleInstall

完了

操作コマンド

:Unite jazzradio ->jazz一覧
:JazzradioUpdateChannels ->再生リストをアップデートする
:JazzradioPlay [channel_id] -> 再生
:JazzradioStop -> 停止

今回は、UniteとNeoBundleがインストールされているのが前提で記載しています。

参考

http://blog.supermomonga.com/articles/vim/jazzradio-vim-released.html


Viewing all articles
Browse latest Browse all 5608

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>