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)