au BufEnter,BufNew *.rb map <F5>
au BufEnter,BufNew *.py map <F5>
au BufEnter,BufNew *.cs map <F5> :csc %
au BufEnter,BufNew *.html map <F5> :chrome %
au BufEnter,BufNew *.c map <F5> :gcc %
au BufEnter,BufNew *.pl map <F5> :perl %
按下F5按鍵就能執行編譯動作。
au BufEnter,BufNew *.ahk,*.iss map <F5> :silent ! "%"<CR>
隱藏dos視窗,直接開啟檔案執行。
參考
http://stackoverflow.com/questions/903057/how-to-perform-file-extension-based-actions-in-vim
沒有留言:
張貼留言