diff --git a/vimrc b/vimrc index 24a280a..b37230f 100644 --- a/vimrc +++ b/vimrc @@ -66,9 +66,9 @@ set listchars=tab:  ,trail:·,extends:>,precedes:<,nbsp:¬ " Remove trailing spaces autocmd BufWritePre * :%s/\s\+$//e " Compile on F12 -nnoremap :wa \| !make-client.sh -inoremap :wa \|!make-client.sh -vnoremap :wa \|!make-client.sh +nnoremap :wa \| !make-client.py +inoremap :wa \|!make-client.py +vnoremap :wa \|!make-client.py " Escape on F1 map imap