From c278199ae6ac2f589abe7a75f2270a18b0a07880 Mon Sep 17 00:00:00 2001 From: bastien Date: Tue, 23 May 2023 11:10:00 +0200 Subject: [PATCH] correction doc --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 15ab7da..6408b25 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,8 @@ cd ~/.vim/bundle/ && git clone https://github.com/VundleVim/Vundle.vim.git ### Alias +When you load vim, you have 1 error with vim-colorschemes, its totally normal, because your vimrc use theme but you dont have load this theme. + Edit your bashrc or zshrc and copie/paste this ligne at the end : ``` vim ~/.zshrc or vim ~/.bashrc @@ -78,8 +80,6 @@ alias vimscode="~/.vim/vimscode.sh" Launch `vim` and run `:PluginInstall` -If you have 1 error with vim-colorschemes, its totally normal, because your vimrc use theme but you dont have load this theme. - ## Docs ### Short-cute VimsCode : @@ -97,10 +97,10 @@ This short-cute are totally switchable in .vimrc. "F9" navigate between vim tabs ``` -* Shortcut to a duckduckgo search, you must be in visual mode and select the desired word. +* Shortcut in visual mode, when you highlight a word, do a duckduckgo search, on press "g". * You can change the hight of window with mouse. -Finally you can run vimscode : +Finally you can run vimscode with this alias : ``` vimscode -esp "file" # for ESP ide vimscode -a "file" # for Arduino ide