Skip to content

Instantly share code, notes, and snippets.

View cenobyte's full-sized avatar

Frank cenobyte

  • Sant Boi de Llobregat (Barcelona)
View GitHub Profile
[
// assigns double tapping ctrl+r to reversing your selection
{
"keys": ["ctrl+r", "ctrl+r"],
"command": "permute_selection",
"args": {
"operation": "reverse"
}
},
// Use paste and indent as default paste mechanism,