Skip to content

Instantly share code, notes, and snippets.

@larryhynes
Last active February 12, 2016 11:48
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save larryhynes/bcf3d361b79bb7af2e24 to your computer and use it in GitHub Desktop.
Save larryhynes/bcf3d361b79bb7af2e24 to your computer and use it in GitHub Desktop.
let hintcharacters = "1234567890"
let locale = "uk"
let barposition = "bottom"
set nohud
let searchengine startpage = "https://startpage.com/do/dsearch?query=%s&cat=web&pl=chrome&language=english"
let defaultengine = "duckduckgo"
let vimcommand = "mvim -f"
set noautofocus
set autoupdategist
unmap a
unmap s
unmap S
unmap w
unmap D
unmap d
unmap e
unmap E
unmap R
unmap x
map b B
map u :undo<cr>
map d closeTab
map o :open<Space>
map t :tabnew<Space>
map s :open duckduckgo<Space>
map S :tabopen duckduckgo<Space>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment