Skip to content

Instantly share code, notes, and snippets.

@mirakui
Created November 4, 2010 09:14
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mirakui/662268 to your computer and use it in GitHub Desktop.
Save mirakui/662268 to your computer and use it in GitHub Desktop.
Chrome Keyconfig Config
{
"name": "Chrome Keyconfig",
"version": "1.13.1",
"normal_actions": {
"j": {
"name": "scroll down",
"args": []
},
"k": {
"name": "scroll up",
"args": []
},
"h": {
"name": "scroll left",
"args": []
},
"l": {
"name": "scroll right",
"args": []
},
"k e y c o n f i g": {
"name": "Keyconfig",
"args": []
},
"C-p": {
"name": "select left tab",
"args": []
},
"C-v": {
"name": "limited mode",
"args": []
},
"C-n": {
"name": "select right tab",
"args": []
},
"g g": {
"name": "scroll to top",
"args": []
},
"G": {
"name": "scroll to bottom",
"args": []
},
"H": {
"name": "back",
"args": []
},
"L": {
"name": "forward",
"args": []
},
"g o": {
"name": "lunch quickmark (open this tab)",
"args": []
},
"g i": {
"name": "focus first text input",
"args": []
},
"g a": {
"name": "add quickmark",
"args": []
},
"y": {
"name": "copy url",
"args": []
},
"Y": {
"name": "copy url and title",
"args": []
},
"d": {
"name": "close this tab",
"args": []
},
"r": {
"name": "reload",
"args": []
},
"u": {
"name": "re-open closed tab",
"args": []
}
},
"limited_actions": {
"Esc": {
"name": "normal mode",
"args": []
}
},
"useTabTitle": false,
"smooth_scroll": true,
"ldrize": true,
"chrome_vim": false,
"antiAutoFocus": 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