diff options
| author | Franck Cuny <franckcuny@gmail.com> | 2016-07-02 20:04:59 -0700 |
|---|---|---|
| committer | Franck Cuny <franckcuny@gmail.com> | 2016-07-02 20:04:59 -0700 |
| commit | 8f187c573954b6c8d1650ac33a164c52e032ac16 (patch) | |
| tree | c605d0cf51d272393006e5486bfdc24984cf801f /_posts/2009-04-25-controll-xmms2-from-vim.md | |
| parent | Update some posts to make the tests pass. (diff) | |
| download | lumberjaph-8f187c573954b6c8d1650ac33a164c52e032ac16.tar.gz | |
Stop using Jekyll.
Moving away from Jekyll to Hugo. This commit clean up the old files to
prepare for the migration.
Diffstat (limited to '_posts/2009-04-25-controll-xmms2-from-vim.md')
| -rw-r--r-- | _posts/2009-04-25-controll-xmms2-from-vim.md | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/_posts/2009-04-25-controll-xmms2-from-vim.md b/_posts/2009-04-25-controll-xmms2-from-vim.md deleted file mode 100644 index 4ca7b42..0000000 --- a/_posts/2009-04-25-controll-xmms2-from-vim.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -layout: post -summary: In which I control xmms2 from vim. -title: controll xmms2 from vim -type: codex ---- - -a really basic way to controll xmms2 from your vim session: - -{% highlight vim %} -map <leader>xn <Esc>:!xmms2 next<CR><CR> -map <leader>xb <Esc>:!xmms2 previous<CR><CR> -map <leader>xP <Esc>:!xmms2 pause<CR><CR> -map <leader>xp <Esc>:!xmms2 play<CR><CR> -map <leader>xs <Esc>:!xmms2 stop<CR><CR> -{% endhighlight %} - -now, type `,xn` in vim, and xmms2 will start to play the next track from your playlist. |
