-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcvimrc
More file actions
32 lines (29 loc) · 698 Bytes
/
cvimrc
File metadata and controls
32 lines (29 loc) · 698 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
let mapleader = ','
"set typelinkhints
"set numerichints
set sortlinkhints
set smoothscroll
set showtabindices
let hintcharacters="tnseriaodhplufywjgmvc"
imap <C-o> editWithVim
let vimport=8001
map <leader>f :buffer<space>
map <leader>d :tabdetach<cr>
map <leader>a :tabattach<space>
unmap s
unmap S
map s f
map S F
let blacklists = ["https://thetypingcat.com/*","http://thetypingcat.com/*","http://configure.ergodox-ez.com/*"]
"let configpath='/Users/Scott/Code/dotfiles/cvimrc'
"set localconfig
-> {{
const extraFilters = {
'*://*': {
accept: ['td.details-control'],
}
};
Object.getOwnPropertyNames(extraFilters).forEach(pattern => {
Hints.siteFilters[pattern] = extraFilters[pattern];
});
}}