Created
April 26, 2011 00:39
-
-
Save taizooo/941554 to your computer and use it in GitHub Desktop.
chrome keyconfig configration
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.11.0", | |
"normal_actions": { | |
"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": { | |
"name": "focus first text input", | |
"args": [] | |
}, | |
"C-d": { | |
"name": "navigate form elements forward", | |
"args": [] | |
}, | |
"C-u": { | |
"name": "navigate form elements backward", | |
"args": [] | |
}, | |
"k e y c o n f i g": { | |
"name": "Keyconfig", | |
"args": [] | |
}, | |
"C-[": { | |
"name": "limited mode", | |
"args": [] | |
}, | |
"C-M-t": { | |
"name": "Taberareloo.general", | |
"args": [] | |
}, | |
"g a": { | |
"name": "AutoPatchWork.toggle", | |
"args": [] | |
}, | |
"C-j": { | |
"name": "no action", | |
"args": [] | |
}, | |
"Esc": { | |
"name": "limited mode", | |
"args": [] | |
}, | |
"C-1": { | |
"name": "select left tab", | |
"args": [] | |
}, | |
"C-2": { | |
"name": "select right tab", | |
"args": [] | |
} | |
}, | |
"limited_actions": { | |
"C-[": { | |
"name": "normal mode", | |
"args": [] | |
}, | |
"Esc": { | |
"name": "normal mode", | |
"args": [] | |
} | |
}, | |
"useTabTitle": false, | |
"smooth_scroll": false, | |
"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