Created
April 2, 2025 01:10
-
-
Save nonrice/f2d48c168b2efd6e7a8d0ca9134a9a82 to your computer and use it in GitHub Desktop.
icpc contest vimrc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sy on | |
colorscheme blue | |
set bg=dark rnu nu cul lbr wrap hls cin ai si et sw=4 ts=4 cb=unnamedplus,unnamed enc=utf8 ffs=unix nocp | |
im {<CR> {<CR><BS>}<Esc>O | |
no <space>er <Cmd>:vertical botright term sh -c "g++ % -std=c++17 -g -Wall -Wextra -Wpedantic -Wshadow -Wshift-overflow -D_GLIBCXX_DEBUG -D_GLIBCXX_DEBUG_PEDANTIC -fsanitize=address,undefined -fsanitize-address-use-after-scope && ./a.out"<CR> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment