Created
June 7, 2013 01:45
-
-
Save Echos/5726544 to your computer and use it in GitHub Desktop.
setting for chrome-keycofig
This file contains 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": { | |
"q q": { | |
"name": "select left tab", | |
"args": [] | |
}, | |
"w w": { | |
"name": "select right tab", | |
"args": [] | |
}, | |
"j": { | |
"name": "scroll down", | |
"args": [] | |
}, | |
"k": { | |
"name": "scroll up", | |
"args": [] | |
}, | |
"h": { | |
"name": "scroll left", | |
"args": [] | |
}, | |
"l": { | |
"name": "scroll right", | |
"args": [] | |
}, | |
"M-j": { | |
"name": "scroll down half page", | |
"args": [] | |
}, | |
"M-k": { | |
"name": "scroll up half page", | |
"args": [] | |
}, | |
"M-J": { | |
"name": "scroll to bottom", | |
"args": [] | |
}, | |
"M-K": { | |
"name": "scroll to top", | |
"args": [] | |
}, | |
"a a": { | |
"name": "focus first text input", | |
"args": [] | |
}, | |
"C-d": { | |
"name": "navigate form elements forward", | |
"args": [] | |
}, | |
"C-u": { | |
"name": "navigate form elements backward", | |
"args": [] | |
}, | |
"Esc": { | |
"name": "limited mode", | |
"args": [] | |
}, | |
"c o n f i g": { | |
"name": "Keyconfig", | |
"args": [] | |
}, | |
"f": { | |
"name": "hit a hint", | |
"args": [], | |
"and": false | |
}, | |
"u": { | |
"name": "re-open closed tab", | |
"args": [], | |
"and": false | |
}, | |
"M": { | |
"name": "add quickmark", | |
"args": [], | |
"and": false | |
}, | |
"M-R": { | |
"name": "cacheless reload", | |
"args": [], | |
"and": false | |
}, | |
"M-,": { | |
"name": "Keyconfig", | |
"args": [], | |
"and": false | |
}, | |
"!": { | |
"name": "toggle pin tab", | |
"args": [] | |
}, | |
"g n": { | |
"name": "lunch quickmark (open background tab)", | |
"args": [], | |
"and": false | |
}, | |
"g g": { | |
"name": "scroll to top", | |
"args": [], | |
"and": false | |
}, | |
"G": { | |
"name": "scroll to bottom", | |
"args": [], | |
"and": false | |
} | |
}, | |
"limited_actions": { | |
"Esc": { | |
"name": "normal mode", | |
"args": [], | |
"and": false | |
}, | |
"f": { | |
"name": "hit a hint", | |
"args": [], | |
"and": false | |
}, | |
"u": { | |
"name": "re-open closed tab", | |
"args": [], | |
"and": false | |
}, | |
"!": { | |
"name": "toggle pin tab", | |
"args": [], | |
"and": false | |
}, | |
"M-,": { | |
"name": "Keyconfig", | |
"args": [], | |
"and": false | |
}, | |
"M": { | |
"name": "add quickmark", | |
"args": [], | |
"and": false | |
}, | |
"g n": { | |
"name": "lunch quickmark (open background tab)", | |
"args": [], | |
"and": false | |
}, | |
"g g": { | |
"name": "scroll to top", | |
"args": [], | |
"and": false | |
}, | |
"G": { | |
"name": "scroll to bottom", | |
"args": [], | |
"and": false | |
} | |
}, | |
"useTabTitle": false, | |
"smooth_scroll": true, | |
"ldrize": true, | |
"chrome_vim": false, | |
"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