Random VIMs

Random VIMs

set nocp rnu si undofile showcmd notimeout ttimeout
set ts=4 sw=4 sts=4 tm=0
set mouse=a
let mapleader=' '
inoremap <C-L> {<CR>}<ESC>O
nnoremap <Leader>w :w<CR>
nnoremap <Leader>c :w<CR>:!g++ % -o %:r -O2 -std=c++14 -Wall -Wextra<CR>
nnoremap <Leader>r :!./%:r<CR>
nmap <Leader>e :w<CR>:!g++ % -o %:r -O2 -std=c++14 -Wall -Wextra && ./%:r<CR>
nnoremap j gj
nnoremap k gk

autocmd FileType cpp syntax match cppNamespace /\<\w\+\ze::/
autocmd FileType cpp highlight link cppNamespace Keyword
posted @ 2025-10-21 08:21  CuteNess  阅读(7)  评论(0)    收藏  举报