Skip to content

Instantly share code, notes, and snippets.

@otsune
Created November 19, 2009 20:21
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 otsune/239017 to your computer and use it in GitHub Desktop.
Save otsune/239017 to your computer and use it in GitHub Desktop.
{
"name": "Chrome Keyconfig",
"version": "1.5.3",
"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": []
},
"C-d": {
"name": "navigate form elements forward",
"args": []
},
"C-u": {
"name": "navigate form elements backward",
"args": []
},
"Esc": {
"name": "limited mode",
"args": []
},
"k e y c o n f i g": {
"name": "Keyconfig",
"args": []
},
"u": {
"name": "re-open closed tab",
"args": []
},
"d": {
"name": "close this tab",
"args": []
},
"C-i": {
"name": "focus first text input",
"args": []
},
"f": {
"name": "hit a hint",
"args": [
";"
]
},
"g t": {
"name": "select right tab",
"args": []
},
"g T": {
"name": "select left tab",
"args": []
},
"g g": {
"name": "scroll to top",
"args": []
},
"G": {
"name": "scroll to bottom",
"args": []
},
"H": {
"name": "back",
"args": []
},
"L": {
"name": "forward",
"args": []
},
"g u": {
"name": "go to parent dir",
"args": []
},
": t": {
"name": "open new tab",
"args": []
},
"r": {
"name": "reload",
"args": []
},
"R": {
"name": "cacheless reload",
"args": []
},
"g 0": {
"name": "select first tab",
"args": []
},
"g $": {
"name": "select last tab",
"args": []
},
"J": {
"name": "scroll down half page",
"args": []
},
"K": {
"name": "scroll up half page",
"args": []
}
},
"limited_actions": {
"Esc": {
"name": "normal mode",
"args": []
}
},
"useTabTitle": false,
"smooth_scroll": false,
"ldrize": true,
"chrome_vim": true,
"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