Skip to content

Instantly share code, notes, and snippets.

@emileswarts
Last active August 29, 2015 14:08
Show Gist options
  • Save emileswarts/27990f3fa70dbb1a8b5a to your computer and use it in GitHub Desktop.
Save emileswarts/27990f3fa70dbb1a8b5a to your computer and use it in GitHub Desktop.
cVimrc
let barposition = "bottom"
set noautofocus "The opposite of autofocus; this setting stops sites from focusing on an input box when they load
set typelinkhints
let locale = "uk"
let hintcharacters = "arstenio"
let completionengines = ["google", "bing"]
let searchalias g = "google" "Create a shortcut for search engines. For example, typing ':tabnew g example' would act the same way as ':tabnew google example'
let mapleader = ","
unmap e
unmap d
map ee nextTab
map en previousTab
unmap <C-u>
map <C-u> scrollPageUp
map <C-d> scrollPageDown
map d closeTab
iunmap <C-w>
imap <C-w> deleteWord
imap <C-h> deleteBackwardChar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment