add vim-youcompleteme cheatsheet

This commit is contained in:
MorganGeek 2020-07-20 18:18:21 +02:00
parent e53bd30e53
commit 59d8fb6371
1 changed files with 3 additions and 0 deletions

View File

@ -93,5 +93,8 @@ use current buffer as input of a shell command
* `:bw` close file
* `:help buffer` to find more information
### YouCompleteMe
* `Ctrl+<SPACE>` trigger auto completion
### Sources
* [Basic Vim commands - For getting started](https://coderwall.com/p/adv71w/basic-vim-commands-for-getting-started)