diff options
| author | omagdy7 <omar.professional8777@gmail.com> | 2022-08-17 01:16:40 +0200 |
|---|---|---|
| committer | omagdy7 <omar.professional8777@gmail.com> | 2022-08-17 01:16:40 +0200 |
| commit | aad4e939db414a6d18c569b4a00b03eabb5f3fef (patch) | |
| tree | 27a7390c6e8d6e8d8ca3956eb00a5c1d6544d940 /scripts/.scripts | |
| parent | 825c223fcc98da622145365e0151ac8d7715353c (diff) | |
| download | dotfiles-aad4e939db414a6d18c569b4a00b03eabb5f3fef.tar.xz dotfiles-aad4e939db414a6d18c569b4a00b03eabb5f3fef.zip | |
Added plugin vim-maximizer which maximizes current buffer and added a keymap for it which is Leader + m
Diffstat (limited to 'scripts/.scripts')
| -rwxr-xr-x | scripts/.scripts/pscontests.sh | 2 |
1 files changed, 0 insertions, 2 deletions
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<bits/stdc++.h>\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 |
