Last active
August 29, 2015 14:04
-
-
Save elken/e3612d9ef88322fd03b4 to your computer and use it in GitHub Desktop.
cvimrc
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
" Pinkie saver | |
map ; : | |
map : ; | |
" Misc | |
set nohud | |
set nosmoothscroll | |
set typelinkhints | |
let defaultengine = "duckduckgo" | |
let barposition = "bottom" | |
let locale = "uk" | |
let hintcharacters = "asdfghjkl" | |
" Search engines | |
let searchengine archwiki = "https://wiki.archlinux.org/index.php?search=" | |
let searchengine archpackages = "https://www.archlinux.org/packages/?q=" | |
let searchengine archaur = "https://aur.archlinux.org/packages/?K=" | |
" Search aliases | |
let searchalias ddg = "duckduckgo" | |
let searchalias gi = "github" | |
let searchalias aw = "archwiki" | |
let searchalias ap = "archpackages" | |
let searchalias aur = "archaur" | |
" Mappings | |
let mapleader = "," | |
map <leader>r reloadTabUncached | |
map <M-u> scrollFullPageUp | |
map <M-d> scrollFullPageDown |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment