Skip to content

Instantly share code, notes, and snippets.

@leogodin217
leogodin217 / gist:2b62c2679ebb18ce879012b9f6bad514
Created March 26, 2019 11:37
My cVim settings for Chrome
let blacklists = ["https://theoldreader.com/*"]
let hintcharacters = "asdfgpwertzxcvb"
set nativelinkorder
site 'http*://theoldreader.com/*' {
unmap o
}
test_case run_at_date expected_date
run_at_day 2023-12-05 2023-12-05
run_at_week_start 2023-12-17 2023-12-17
run_at_week_middle 2023-12-21 2023-12-17
run_at_week_end 2023-12-23 2023-12-17
run_at_month_start 2023-12-01 2023-12-01
run_at_month_middle 2023-12-15 2023-12-01
run_at_month_end 2023-12-31 2023-12-01