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