1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-06-25 16:57:12 -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-padded
-Wno-missing-field-initializers
-Wno-type-limits # should disable with pragma but this will do for now
-Wno-misleading-indentation # gcc 6
-Wno-disabled-macro-expansion # clang
-Wno-language-extension-token # clang

View File

@ -273,6 +273,9 @@ nn <bar> <c-]>
" delete line
"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
set <s-Del>=[3;2~
Inn <s-Del> X