Skip to content

Instantly share code, notes, and snippets.

@iwadon
Created February 14, 2010 07:25
Show Gist options
  • Select an option

  • Save iwadon/303893 to your computer and use it in GitHub Desktop.

Select an option

Save iwadon/303893 to your computer and use it in GitHub Desktop.
{
"name": "Chrome Keyconfig",
"version": "1.9.0",
"normal_actions": {
"Esc": {
"name": "limited mode",
"args": []
},
"C-L": {
"name": "Taberareloo.link",
"args": []
},
"C-Q": {
"name": "Taberareloo.quote",
"args": []
}
},
"limited_actions": {
"Esc": {
"name": "normal mode",
"args": []
}
},
"useTabTitle": false,
"smooth_scroll": true,
"ldrize": true,
"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