mirror of
https://github.com/notwa/rc
synced 2025-02-05 07:43:22 -08:00
more config stuff related to my C hacks
This commit is contained in:
parent
c0acfac53b
commit
a04a08950f
2 changed files with 4 additions and 0 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue