Skip to content

Instantly share code, notes, and snippets.

@Daedren
Last active December 11, 2018 23:02
Show Gist options
  • Select an option

  • Save Daedren/9cae2ba1fed7e80d21fb5c03d91c99ab to your computer and use it in GitHub Desktop.

Select an option

Save Daedren/9cae2ba1fed7e80d21fb5c03d91c99ab to your computer and use it in GitHub Desktop.
cVim configuration
map <C-d> scrollPageDown
map <C-u> scrollPageUp
map <C-b> scrollFullPageDown
map <C-f> scrollFullPageUp
map J nextTab
map K previousTab
map d closeTab
map u lastClosedTab
map go :open @%
map gO :tabnew @%
map O :tabnew<Space>
map gl moveTabLeft
map gr moveTabRight
let blacklists = ["http://crawl.xtahua.com/*"]
let searchengine d = "https://duckduckgo.com/?q=%s"
let searchengine p = "https://www.priberam.pt/dlpo/%s"
let searchengine y = "https://www.youtube.com/results?search_query=%s"
let searchengine s = "https://www.google.com/search?q=site:stackoverflow.com+%s"
let searchengine g = "https://www.google.com/search?q=%s"
let searchengine w = "http://www.wolframalpha.com/input/?i=%s"
let searchengine sp = "https://www.startpage.com/do/search?query=%s&cat=web&cmd=process_search&language=english&engine0=v1all&pg=0&abp=-1"
set defaultengine "sp"
set ignorecase
set smartcase
set noautofocus
set incsearch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment