Skip to content

Instantly share code, notes, and snippets.

@hotchpotch
Created July 29, 2011 09:57
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 hotchpotch/1113542 to your computer and use it in GitHub Desktop.
Save hotchpotch/1113542 to your computer and use it in GitHub Desktop.
ChromeKeyConfig My Settings
{
"name": "Chrome Keyconfig",
"version": "1.11.0",
"normal_actions": {
"j": {
"name": "scroll down",
"args": []
},
"k": {
"name": "scroll up",
"args": []
},
"h": {
"name": "select left tab",
"args": []
},
"l": {
"name": "select right tab",
"args": []
},
"g i": {
"name": "focus first text input",
"args": []
},
"f": {
"name": "hit a hint",
"args": [
";"
]
},
"C-z": {
"name": "limited mode",
"args": []
},
"g u": {
"name": "go to parent dir",
"args": []
},
"d": {
"name": "close this tab",
"args": []
},
"r": {
"name": "reload",
"args": []
},
"o": {
"name": "open new tab",
"args": []
},
"R": {
"name": "cacheless reload",
"args": []
},
"C-o": {
"name": "fastback",
"args": []
},
"O": {
"name": "open new tab",
"args": []
},
"g U": {
"name": "go to parent dir",
"args": []
},
"g g": {
"name": "scroll to bottom",
"args": []
},
"G": {
"name": "scroll to top",
"args": []
},
"g o": {
"name": "lunch quickmark (open this tab)",
"args": [],
"and": false
},
"M": {
"name": "add quickmark",
"args": [],
"and": false
},
"g O": {
"name": "lunch quickmark (open background tab)",
"args": [],
"and": false
},
"y y": {
"name": "copy url",
"args": [],
"and": false
}
},
"limited_actions": {
"C-z": {
"name": "normal mode",
"args": []
}
},
"useTabTitle": false,
"smooth_scroll": false,
"ldrize": false,
"chrome_vim": 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