From 9f3801bb975e7d25d860b5b6837cfd6952c92acc Mon Sep 17 00:00:00 2001 From: Thomas FORGIONE Date: Mon, 26 Jun 2017 16:42:33 +0200 Subject: [PATCH] Update vimrc --- vimrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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