This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
[ | |
// 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, |