Skip to content

Instantly share code, notes, and snippets.

@viktor42b
Created October 23, 2016 19:51
Show Gist options
  • Select an option

  • Save viktor42b/6fdccd53cb002a9d1364403f54e37ed1 to your computer and use it in GitHub Desktop.

Select an option

Save viktor42b/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