1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-09-20 15:54:06 -07:00

more config stuff related to my C hacks

This commit is contained in:
Connor Olding 2016-09-02 19:59:27 -07:00
parent c0acfac53b
commit a04a08950f
2 changed files with 4 additions and 0 deletions

View file

@ -95,6 +95,7 @@ whoa=(
-Wno-unused -Wno-unused
-Wno-padded -Wno-padded
-Wno-missing-field-initializers -Wno-missing-field-initializers
-Wno-type-limits # should disable with pragma but this will do for now
-Wno-misleading-indentation # gcc 6 -Wno-misleading-indentation # gcc 6
-Wno-disabled-macro-expansion # clang -Wno-disabled-macro-expansion # clang
-Wno-language-extension-token # clang -Wno-language-extension-token # clang

View file

@ -273,6 +273,9 @@ nn <bar> <c-]>
" delete line " delete line
"nn D dd "nn D dd
" execute vim code in visual selection
vmap <space> "xy:@x<CR>
" this frees up x and X for use if you like " this frees up x and X for use if you like
set <s-Del>=[3;2~ set <s-Del>=[3;2~
Inn <s-Del> X Inn <s-Del> X