From 9c2064f726fe7692e9f6dfabedfdef19e9ff6bd8 Mon Sep 17 00:00:00 2001 From: Kevin Date: Mon, 7 Apr 2014 01:46:24 -0400 Subject: [PATCH] added instructions for using ctrl-c/ctrl-enter to keyboard.vim --- vim/config/keyboard.vim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vim/config/keyboard.vim b/vim/config/keyboard.vim index 1e098be..b9c8122 100644 --- a/vim/config/keyboard.vim +++ b/vim/config/keyboard.vim @@ -16,6 +16,8 @@ " b | (A) -> comment the current block(s) " r | (A) -> comment everything on the line to the right " p | (A) -> comment the current paragraph +" | (I) -> add a close bracket following an open one +" | (I) -> add a close bracket following an open one " " (surround) " S" | (V) -> surround selection with quotes