Last active
July 1, 2016 20:10
-
-
Save uchida/1560161 to your computer and use it in GitHub Desktop.
json config file for Chrome Keyconfig
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "Chrome Keyconfig", | |
| "version": "1.14.0", | |
| "normal_actions": { | |
| "h": { | |
| "name": "scroll left", | |
| "args": [] | |
| }, | |
| "l": { | |
| "name": "scroll right", | |
| "args": [] | |
| }, | |
| "c o n f i g": { | |
| "name": "Keyconfig", | |
| "args": [] | |
| }, | |
| "C-d": { | |
| "name": "scroll down half page", | |
| "args": [], | |
| "and": false | |
| }, | |
| "C-u": { | |
| "name": "scroll up half page", | |
| "args": [], | |
| "and": false | |
| }, | |
| ",": { | |
| "name": "select left tab", | |
| "args": [], | |
| "and": false | |
| }, | |
| ".": { | |
| "name": "select right tab", | |
| "args": [], | |
| "and": false | |
| }, | |
| "C-[ C-[": { | |
| "name": "AutoPatchWork.toggle", | |
| "args": [], | |
| "and": false | |
| }, | |
| "g g": { | |
| "name": "scroll to top", | |
| "args": [], | |
| "and": false | |
| }, | |
| "G": { | |
| "name": "scroll to bottom", | |
| "args": [], | |
| "and": false | |
| }, | |
| "f": { | |
| "name": "hit a hint", | |
| "args": [], | |
| "and": false | |
| }, | |
| "j": { | |
| "name": "scroll down", | |
| "args": [], | |
| "and": false | |
| }, | |
| "k": { | |
| "name": "scroll up", | |
| "args": [], | |
| "and": false | |
| } | |
| }, | |
| "limited_actions": { | |
| "C-[": { | |
| "name": "normal mode", | |
| "args": [], | |
| "and": false | |
| } | |
| }, | |
| "useTabTitle": false, | |
| "smooth_scroll": true, | |
| "ldrize": true, | |
| "chrome_vim": true, | |
| "antiAutoFocus": false, | |
| "vim_normal_actions": { | |
| "j": { | |
| "name": "Down", | |
| "args": [] | |
| }, | |
| "k": { | |
| "name": "Up", | |
| "args": [] | |
| }, | |
| "h": { | |
| "name": "Left", | |
| "args": [] | |
| }, | |
| "l": { | |
| "name": "Right", | |
| "args": [] | |
| }, | |
| "^": { | |
| "name": "Line head", | |
| "args": [] | |
| }, | |
| "$": { | |
| "name": "Line foot", | |
| "args": [] | |
| }, | |
| "Esc": { | |
| "name": "normal mode", | |
| "args": [] | |
| }, | |
| "i": { | |
| "name": "insert mode", | |
| "args": [] | |
| } | |
| }, | |
| "vim_insert_actions": { | |
| "Esc": { | |
| "name": "normal mode", | |
| "args": [] | |
| } | |
| }, | |
| "vim_default_mode": "insert", | |
| "vim_color_config": { | |
| "normal": { | |
| "background": "gray", | |
| "text": "black" | |
| }, | |
| "insert": { | |
| "background": "white", | |
| "text": "black" | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment