rectification readme
This commit is contained in:
parent
f85480f490
commit
952e85032e
|
@ -52,6 +52,7 @@ Installation requires :
|
||||||
```
|
```
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt install git elinks
|
sudo apt install git elinks
|
||||||
|
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
|
||||||
```
|
```
|
||||||
|
|
||||||
### Set up VimsCode :
|
### Set up VimsCode :
|
||||||
|
|
|
@ -51,7 +51,8 @@ VimsCode est un IDE avec vim pour les débutant ou les expert :
|
||||||
Prérequis :
|
Prérequis :
|
||||||
```
|
```
|
||||||
sudo apt update
|
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 :
|
### Installation de VimsCode :
|
||||||
|
@ -59,7 +60,8 @@ sudo apt install git elinks
|
||||||
Après le clone, lancer juste le script d'installation
|
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
|
chmod +x install.sh
|
||||||
./install.sh
|
./install.sh
|
||||||
```
|
```
|
||||||
|
|
|
@ -210,7 +210,7 @@ let g:which_key_map = {
|
||||||
\ '<F8>' : ['<C-W>j' , 'créer/ouvre une nouvel fenetre'] ,
|
\ '<F8>' : ['<C-W>j' , 'créer/ouvre une nouvel fenetre'] ,
|
||||||
\ '<F9>' : ['<C-W>l' , 'change de fenetre'] ,
|
\ '<F9>' : ['<C-W>l' , 'change de fenetre'] ,
|
||||||
\ '<F10>' : ['<C-W>5<' , 'ferme VimsCode'] ,
|
\ '<F10>' : ['<C-W>5<' , 'ferme VimsCode'] ,
|
||||||
\ 'Ctrl-s' : [':resize +5' , 'divise en deux vim'] ,
|
\ 'Ctrl-a' : [':resize +5' , 'divise en deux vim'] ,
|
||||||
\ '²' : ['<C-W>5>' , 'affiche les greffons'] ,
|
\ '²' : ['<C-W>5>' , 'affiche les greffons'] ,
|
||||||
\ }
|
\ }
|
||||||
let g:which_key_map.a = {
|
let g:which_key_map.a = {
|
||||||
|
|
Loading…
Reference in a new issue