Skip to content

Instantly share code, notes, and snippets.

View op's full-sized avatar
🦥

Örjan Fors op

🦥
View GitHub Profile
@op
op / .cVimrc
Last active August 29, 2015 14:27
.cVimrc
" Settings
set autohidecursor " hide the mouse cursor when scrolling
set typelinkhints " type text in the link to narrow down numeric hints
let mapleader = ","
" Create a shortcut for search engines. For example, typing ':tabnew g example'
" would act the same way as ':tabnew google example'
let searchalias s = "stackoverflow"
let searchalias g = "google"