Skip to content

Instantly share code, notes, and snippets.

@suzuken
Created February 14, 2017 06:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save suzuken/e3f34002c89b3e94586902569bb919e7 to your computer and use it in GitHub Desktop.
Save suzuken/e3f34002c89b3e94586902569bb919e7 to your computer and use it in GitHub Desktop.
{
"prevent_autofocus": true,
"blacklist": "https://mail.google.com/* https://keep.google.com/* https://www.facebook.com/*",
"mode.normal.scroll_left": "<c-h>",
"mode.normal.scroll_right": "<c-l>",
"mode.normal.scroll_down": "<c-j>",
"mode.normal.scroll_up": "<c-k>",
"mode.normal.scroll_half_page_down": "j <c-d>",
"mode.normal.scroll_half_page_up": "k <c-u>",
"mode.normal.tab_select_previous": "h gT",
"mode.normal.tab_select_next": "l gt",
"mode.normal.tab_close": "d",
"mode.normal.tab_restore": "u",
"mode.normal.find": "a/",
"mode.normal.find_highlight_all": "/"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment