-
-
Save captbaritone/3444202 to your computer and use it in GitHub Desktop.
Revisions
-
natlownes revised this gist
Aug 23, 2012 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,3 @@ # tiny success: http://bit.ly/RhpepU # osx specific, mpg123 or the like for linux nmap HH :silent ! afplay /Users/nat/.vim/audio/succ_horns01.mp3 1>&-2>&-&<CR><C-l> -
natlownes created this gist
Aug 23, 2012 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,3 @@ # tiny success: http://bit.ly/RhpepU # osx specific, mpg123 or the like for linux nmap HH :silent execute "!afplay /Users/nat/.vim/audio/succ_horns01.mp3 &>/dev/null"<CR><C-l><CR>