correction doc
This commit is contained in:
parent
d14c7a415d
commit
c278199ae6
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue