Control Shell.FM From Vim

This Vim plugin (see attached files) allows you to control Shell.FM from Vim. It requires socat. In your ~/.vimrc, add a line like:

let g:shellsocket="/tmp/shell-fm.sck"

The same UNIX socket path must be configured in Shell.FM:

unix = /tmp/shell-fm.sck

After that, you can use following key combos in Vim:

  • <Leader>sn: skip
  • <Leader>sl: love
  • <Leader>sb: ban
  • <Leader>sp: prompts for a radio URL to play
  • <Leader>sP: pause (uppercase P!)

NOTES:
Requires shell-fm version 0.5 or higher

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-NonCommercial 3.0 License