Skip to content

Commit

Permalink
Merge branch 'master' of github.com:OmeletWithoutEgg/ckiseki
Browse files Browse the repository at this point in the history
  • Loading branch information
OmeletWithoutEgg committed Sep 5, 2023
2 parents 218b578 + 98f849f commit c24b187
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions codes/Basic/vimrc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
se is nu ru et tgc sc hls cin cino+=j1 sw=4 sts=4 bs=2 mouse=a "encoding=utf-8 ls=2
syn on | colo desert | filetype indent on
inoremap {<CR> {<CR>}<ESC>O
map <F8> <ESC>:w<CR>:!g++ "%" -o "%<" -std=c++17 -DCKISEKI -Wall -Wextra -Wshadow -Wfatal-errors -Wconversion -fsanitize=address,undefined -g && echo success<CR>
map <F9> <ESC>:w<CR>:!g++ "%" -o "%<" -O2 -std=c++17 && echo success<CR>
map <F8> <ESC>:w<CR>:!g++ %" -o "%<" -g -std=gnu++20 -DCKISEKI -Wall -Wextra -Wshadow -Wfatal-errors -Wconversion -fsanitize=address,undefined && echo success<CR>
map <F9> <ESC>:w<CR>:!g++ "%" -o "%<" -O2 -g -std=gnu++20 && echo success<CR>
map <F10> <ESC>:!./"%<"<CR>
ca Hash w !cpp -dD -P -fpreprocessed \| tr -d '[:space:]' \| md5sum \| cut -c-6
" setxkbmap -option caps:ctrl_modifier
Binary file modified pdf/codebook.pdf
Binary file not shown.

0 comments on commit c24b187

Please sign in to comment.