Skip to content

Instantly share code, notes, and snippets.

@captbaritone
Forked from natlownes/vimrc
Created August 24, 2012 00:55
Show Gist options
  • Save captbaritone/3444202 to your computer and use it in GitHub Desktop.
Save captbaritone/3444202 to your computer and use it in GitHub Desktop.

Revisions

  1. @natlownes natlownes revised this gist Aug 23, 2012. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion vimrc
    Original 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 execute "!afplay /Users/nat/.vim/audio/succ_horns01.mp3 &>/dev/null"<CR><C-l><CR>
    nmap HH :silent ! afplay /Users/nat/.vim/audio/succ_horns01.mp3 1>&-2>&-&<CR><C-l>
  2. @natlownes natlownes created this gist Aug 23, 2012.
    3 changes: 3 additions & 0 deletions vimrc
    Original 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>