diff options
| author | Franck Cuny <franck.cuny@gmail.com> | 2013-11-26 10:36:10 -0800 |
|---|---|---|
| committer | Franck Cuny <franck.cuny@gmail.com> | 2013-11-26 10:36:10 -0800 |
| commit | 8ddf2e94df70707b458528a437759b96046d3e01 (patch) | |
| tree | d442818d92d3c9c6f7fcdc92857a1228963849a1 /_posts/2009-04-25-controll-xmms2-from-vim.textile | |
| parent | Don't need to use the IP in the makefile. (diff) | |
| download | lumberjaph-8ddf2e94df70707b458528a437759b96046d3e01.tar.gz | |
Huge update.
Moved all posts from textile to markdown. Updated all the CSS and
styles. Added a new page for the resume.
Diffstat (limited to '_posts/2009-04-25-controll-xmms2-from-vim.textile')
| -rw-r--r-- | _posts/2009-04-25-controll-xmms2-from-vim.textile | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/_posts/2009-04-25-controll-xmms2-from-vim.textile b/_posts/2009-04-25-controll-xmms2-from-vim.textile deleted file mode 100644 index 6b713c3..0000000 --- a/_posts/2009-04-25-controll-xmms2-from-vim.textile +++ /dev/null @@ -1,18 +0,0 @@ ---- -layout: post -category: app -title: controll xmms2 from vim ---- - -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. - |
