Skip to content

Instantly share code, notes, and snippets.

@s3rb31
Last active June 14, 2017 21:03
Show Gist options
  • Save s3rb31/1a1207498aafa08ccb6d90390b3f6b41 to your computer and use it in GitHub Desktop.
Save s3rb31/1a1207498aafa08ccb6d90390b3f6b41 to your computer and use it in GitHub Desktop.
set smoothscroll
"set numerichints
set typelinkhints
set cncpcompletion
let configpath = '/home/s3rb31/.cvimrc'
let hintcharacters = "asdfgqwertxcvb"
let blacklists = ["https://docs.google.com/*"]
let completionengines = ["google"]
map <C-d> d
map <C-u> u
map s :buffer<Space>
map R :restore<Space>
map D :duplicate<CR>
map <F2> :nohlsearch<CR>
map <A-a> :tabattach<Space>1
map <A-d> :tabdetach<CR>
map <A-s> :mksession<Space>
map <A-l> :session<Space>
map <C-g> :execute vyP<CR>
map <C-u> :set hud!<CR>
map <C-i> :set numerichints!<CR>
map <A-t> lastUsedTab
map <A-n> :tabnew chrome://newtab<CR>
unmap gt gT E J K
unmap <Space>
"map <C-f> createScriptHint(echo)
"echo(link) -> {{
" Status.setMessage(link.href);
" setTimeout(function() {
" var range = document.createRange();
" range.selectNode(document.getElementById("cVim-status-bar"));
" window.getSelection().removeAllRanges();
" window.getSelection().addRange(range);
" document.execCommand('copy');
" window.getSelection().removeAllRanges();
" }, 100);
"}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment