From aad4e939db414a6d18c569b4a00b03eabb5f3fef Mon Sep 17 00:00:00 2001 From: omagdy7 Date: Wed, 17 Aug 2022 01:16:40 +0200 Subject: Added plugin vim-maximizer which maximizes current buffer and added a keymap for it which is Leader + m --- scripts/.scripts/pscontests.sh | 2 -- 1 file changed, 2 deletions(-) (limited to 'scripts') diff --git a/scripts/.scripts/pscontests.sh b/scripts/.scripts/pscontests.sh index ab35076..e65a597 100755 --- a/scripts/.scripts/pscontests.sh +++ b/scripts/.scripts/pscontests.sh @@ -11,6 +11,4 @@ do cd $p touch main.cpp echo -e "#include\n\nusing namespace std;\n\nint main () {\n\tios_base::sync_with_stdio(false);\n\tcin.tie(NULL);\n\tint tt;\n\tcin >> tt;\n\twhile(tt--){\n\n\t}\n}" > main.cpp - touch inp - cd .. done -- cgit v1.2.3