Created
March 24, 2013 06:29
-
-
Save yuya-matsushima/5230801 to your computer and use it in GitHub Desktop.
quickrunを使ってslimを変換する
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 characters
" 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