Skip to content

Instantly share code, notes, and snippets.

@dearrrfish
Last active November 20, 2019 01:33
Show Gist options
  • Save dearrrfish/9943b2d4829363bbe9b7e2c69281d9e4 to your computer and use it in GitHub Desktop.
Save dearrrfish/9943b2d4829363bbe9b7e2c69281d9e4 to your computer and use it in GitHub Desktop.
" vim: set ft=vim :
set smoothscroll
let scrollduration = 250
"let barposition = "bottom"
let completionengines = ["google", "wikipedia", "amazon", "youtube"]
"set noautofocus
"let zoomfactor=0.1
let hintcharacters = "asdfgqwertzxcv"
let mapleader = ","
map <Leader>r reloadTabUncached
map <Leader>x :restore<Space>
" Toggle the current HUD display value
map <C-h> :set hud!<CR>
" Switch between alphabetical hint characters and numeric hints
map <C-i> :set numerichints!<CR>
map <C-u> rootFrame
map <C-,> previousTab
map <C-.> nextTab
map <C-d> scrollPageDown
map <C-e> scrollPageUp
"iunmap <C-y>
imap <C-m> deleteWord
" Code blocks (see below for more info)
getIP() -> {{
httpRequest({url: 'http://api.ipify.org/?format=json', json: true},
function(res) { Status.setMessage('IP: ' + res.ip); });
}}
" Displays your public IP address in the status bar
map ci :call getIP<CR>
" Script hints
"echo(link) -> {{
"alert(link.href);
"}}
"map <C-f> createScriptHint(echo)
let blacklists = [
\"*://*.inoreader.com/*",
\"*://feedly.com/*",
\"*://mail.google.com/*",
\"*://inbox.google.com/*",
\"*://cloudcraft.co/*",
\"*://workflowy.com/*",
\"*://console.aws.amazon.com/*",
\"*://ttrss.aut0.win/*"
\]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment