From 952e85032e8986795ae5f8f9d6aaee741ed6d1e1 Mon Sep 17 00:00:00 2001 From: bastien Date: Tue, 9 Apr 2024 19:25:52 +0200 Subject: [PATCH] rectification readme --- README-ENG.md | 1 + README.md | 6 ++++-- vimrc-conf | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/README-ENG.md b/README-ENG.md index 34a01a3..5ae5155 100644 --- a/README-ENG.md +++ b/README-ENG.md @@ -52,6 +52,7 @@ Installation requires : ``` sudo apt update sudo apt install git elinks +git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim ``` ### Set up VimsCode : diff --git a/README.md b/README.md index 0f53ec7..8b6a9d8 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,8 @@ VimsCode est un IDE avec vim pour les débutant ou les expert : Prérequis : ``` sudo apt update -sudo apt install git elinks +sudo apt install git elinks figlet +git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim ``` ### Installation de VimsCode : @@ -59,7 +60,8 @@ sudo apt install git elinks Après le clone, lancer juste le script d'installation ``` -cd Vimscode +https://git.cohabit.fr/bastien/VimsCode.git +cd VimsCode chmod +x install.sh ./install.sh ``` diff --git a/vimrc-conf b/vimrc-conf index 006e40e..b808e51 100644 --- a/vimrc-conf +++ b/vimrc-conf @@ -210,7 +210,7 @@ let g:which_key_map = { \ '' : ['j' , 'créer/ouvre une nouvel fenetre'] , \ '' : ['l' , 'change de fenetre'] , \ '' : ['5<' , 'ferme VimsCode'] , - \ 'Ctrl-s' : [':resize +5' , 'divise en deux vim'] , + \ 'Ctrl-a' : [':resize +5' , 'divise en deux vim'] , \ '²' : ['5>' , 'affiche les greffons'] , \ } let g:which_key_map.a = {