vim

set number
set shiftwidth=2
set tabstop=2
set smartindent
set expandtab
set softtabstop=2
set showcmd
set mouse=a
map <C-Z> :w<CR>
map <F9> :!g++ -std=c++17 -Wall -O2 -fsanitize=address,undefined % -o %:r && ./%:r<CR>
posted @ 2024-11-06 20:17  ccxswl  阅读(19)  评论(1编辑  收藏  举报