Skip to content

Instantly share code, notes, and snippets.

@Echostream
Last active August 18, 2019 09:29
Show Gist options
  • Select an option

  • Save Echostream/219082731ae4508c291b7c5b9f0b08d0 to your computer and use it in GitHub Desktop.

Select an option

Save Echostream/219082731ae4508c291b7c5b9f0b08d0 to your computer and use it in GitHub Desktop.
chrome cvim vimrc
set smoothscroll
unmap a
map ag :tabnew google<space>
let searchengine b = "https://www.baidu.com/s?wd=%s"
let searchengine d = "http://dict.youdao.com/w/eng/%s"
let searchengine w = "https://en.wikipedia.org/w/index.php?search=%s"
let completionengines = ["google", "baidu"]
map an :tabnew https://www.evernote.com/Home.action<CR>
unmap I
map I :history!<space>
unmap B
map B :bookmarks!<space>
unmap b
map b :buffer<space>
unmap <C-6>
map gk lastUsedTab
map yt :duplicate<CR>
let nextmatchpattern = "((?!first)(next|older|more|>|›|»|forward|下一页>?| )+)"
let previousmatchpattern = "((?!last)(prev(ious)?|newer|back|«|less|<|‹|<?上一页| )+)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment