Skip to content

Instantly share code, notes, and snippets.

@yuya-matsushima
Created March 24, 2013 06:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yuya-matsushima/5230801 to your computer and use it in GitHub Desktop.
Save yuya-matsushima/5230801 to your computer and use it in GitHub Desktop.
quickrunを使ってslimを変換する
" qq で現在のファイルを実行
silent! nmap <unique>qq <Plug>(quickrun)
let g:quickrun_config = {}
" quickrunの結果は下部に表示
let g:quickrun_config['*'] = {'split': 'below'}
let g:quickrun_config['slim'] = {'command' : 'slim', 'exec' : ['%crb -p %s']}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment