commit b9a45f25305204f55511ad603c8cb332e5642b1e parent 7ff591629f54bb44c10356fb72be31d5a1e3b05d Author: Ed van Bruggen <edvb54@gmail.com> Date: Wed, 4 Nov 2015 22:06:25 -0800 Vim: Add auto compete to c comments Diffstat:
vimrc | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/vimrc b/vimrc @@ -294,6 +294,8 @@ nnoremap <C-L> :bnext<CR> nnoremap <C-J> <C-D> nnoremap <C-K> <C-U> +inoremap /* /* */<Left><Left><Left> + " pair completion{{{2 inoremap { {}<Left> inoremap {<CR> {<CR>}<Esc>O