diff --git a/vimrc.jssh b/vimrc.jssh index ee52000..cec48e7 100644 --- a/vimrc.jssh +++ b/vimrc.jssh @@ -30,3 +30,6 @@ set mouse="" set shiftwidth=4 set tabstop=4 autocmd FileType yaml setlocal ai ts=2 sw=2 et +autocmd FileType sh nmap , :!bash % +autocmd FileType python nmap , :!python3 % +autocmd FileType php nmap , :!php %