From 071bea55153a1ba9f492c776633be73eb1d0d456 Mon Sep 17 00:00:00 2001 From: Kuoi Date: Fri, 26 Aug 2022 17:23:10 +0100 Subject: [PATCH] vim: rm <> related, due to C++ cin cout --- executable_dot_vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/executable_dot_vimrc b/executable_dot_vimrc index b1fc7a3..f1937d1 100644 --- a/executable_dot_vimrc +++ b/executable_dot_vimrc @@ -36,7 +36,7 @@ inoremap [ [] inoremap { {} inoremap ' '' inoremap " "" -inoremap < <> +" inoremap < <> " 鼠标 set mouse=a " 跨行移动光标