From 6c8e3819821fbb18d3d7756bf9a64068a6a4f144 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sat, 8 Nov 2014 16:02:09 -0500 Subject: Initial commit. Ideas. * Add .gitignore * Add file I was testing with, playing around with executing myplayer from a vim session. --- .gitignore | 1 + sounds.vim | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 .gitignore create mode 100644 sounds.vim diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1f6786d --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +private/ diff --git a/sounds.vim b/sounds.vim new file mode 100644 index 0000000..dc6091a --- /dev/null +++ b/sounds.vim @@ -0,0 +1,4 @@ +nnoremap i :call system("mplayer ./private/test-track.mp3 &") + + +" nnoremap e :call system("ps -T | grep mplayer | tail -n2 | head -n1 | awk '{print $1}'") -- cgit v1.2.3