Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save victorboissiere/6fdccd53cb002a9d1364403f54e37ed1 to your computer and use it in GitHub Desktop.
Save victorboissiere/6fdccd53cb002a9d1364403f54e37ed1 to your computer and use it in GitHub Desktop.
[
{
"keys": ["j"],
"command": "move",
"args": {
"by": "characters",
"forward": false
},
"context": [{
"key": "vi_mode_normal"
}]
}, {
"keys": ["k"],
"command": "move",
"args": {
"by": "lines",
"forward": true
},
"context": [{
"key": "vi_mode_normal"
}]
}, {
"keys": ["l"],
"command": "move",
"args": {
"by": "lines",
"forward": false
},
"context": [{
"key": "vi_mode_normal"
}]
}, {
"keys": [";"],
"command": "move",
"args": {
"by": "characters",
"forward": true
},
"context": [{
"key": "vi_mode_normal"
}]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment