From 59d8fb6371360db366669792bd76868ad6e136ef Mon Sep 17 00:00:00 2001 From: MorganGeek Date: Mon, 20 Jul 2020 18:18:21 +0200 Subject: [PATCH] add vim-youcompleteme cheatsheet --- cheat/vim.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cheat/vim.md b/cheat/vim.md index 1415b90..6156a74 100644 --- a/cheat/vim.md +++ b/cheat/vim.md @@ -93,5 +93,8 @@ use current buffer as input of a shell command * `:bw` close file * `:help buffer` to find more information +### YouCompleteMe +* `Ctrl+` trigger auto completion + ### Sources * [Basic Vim commands - For getting started](https://coderwall.com/p/adv71w/basic-vim-commands-for-getting-started)