From c2fb45429940c5c28e7757a8afca26d45ebc81d2 Mon Sep 17 00:00:00 2001 From: Frank Villaro-Dixon Date: Tue, 1 Apr 2014 21:53:57 +0200 Subject: [PATCH] some vim cool things --- vim/vimrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/vim/vimrc b/vim/vimrc index 333d6ab..7777507 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -171,6 +171,11 @@ autocmd BufNewFile,BufRead *.py set keywordprg=pydoc autocmd BufNewFile,BufRead *.php set ts=4 sw=4 keywordprg=~/.vim/scripts/doc.php.sh autocmd BufNewFile,BufRead *.R set ts=4 sw=4 keywordprg=~/.vim/scripts/doc.R.sh +"Merci Nemolivier ;) +vmap ,w :!firefox "http://fr.wikipedia.org/wiki/" >& /dev/null +vmap ,W :!firefox "http://en.wikipedia.org/wiki/" >& /dev/null +vmap ,c :!firefox "http://www.leconjugueur.com/php5/index.php?v=" >& /dev/null + "JAVA iabbr syso System.out.println