Skip to content

Instantly share code, notes, and snippets.

@foldback
foldback / PastOfCode_list
Created June 23, 2017 18:22
List of all possible language values for PasteOfCode
"abap">ABAP
"abnf">ABNF
"adl">ADL
"antlr">ANTLR
"antlr-as">ANTLR With ActionScript Target
"antlr-csharp">ANTLR With C# Target
"antlr-cpp">ANTLR With CPP Target
"antlr-java">ANTLR With Java Target
"antlr-objc">ANTLR With ObjectiveC Target
"antlr-perl">ANTLR With Perl Target
@foldback
foldback / .cvim
Last active June 29, 2017 15:41
cVim configuration
" .cvimrc
" Settings
set autoupdategist
set noautofocus
set typelinkhints
let searchlimit = 40
let scrollstep = 70
let searchengine google = ["https://www.google.com", "https://www.google.com/#q=%s"]
let searchengine duckduckgo = ["https://duckduckgo.com", "https://duckduckgo.com/?q=%s"]
let searchengine wikipedia = ["https://en.wikipedia.org", "https://en.wikipedia.org/w/index.php?search=%s"]