Skip to content

Instantly share code, notes, and snippets.

@jviereck
Created March 31, 2010 13:46
Show Gist options
  • Select an option

  • Save jviereck/350325 to your computer and use it in GitHub Desktop.

Select an option

Save jviereck/350325 to your computer and use it in GitHub Desktop.
{
"vim": {
"handleMetaKey": true,
"states": {
"start": [
{
"regex": ["[^0-9]+", "0"],
"exec": "editor moveLineStart"
},
{
"key": "\\$",
"exec": "editor moveLineEnd"
}
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment