This file contains hidden or 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
" 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" |