This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" .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"] |