Skip to content

Instantly share code, notes, and snippets.

@nonrice
Created April 2, 2025 01:10
Show Gist options
  • Save nonrice/f2d48c168b2efd6e7a8d0ca9134a9a82 to your computer and use it in GitHub Desktop.
Save nonrice/f2d48c168b2efd6e7a8d0ca9134a9a82 to your computer and use it in GitHub Desktop.
icpc contest vimrc
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