Skip to content

Instantly share code, notes, and snippets.

@halink0803
Created April 4, 2016 02:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save halink0803/4ec0420f6554f6f0b6cdc780299785d4 to your computer and use it in GitHub Desktop.
Save halink0803/4ec0420f6554f6f0b6cdc780299785d4 to your computer and use it in GitHub Desktop.
{ "keys": ["g", "t"], "command": "next_view",
"context":
[
{ "key": "setting.command_mode", "operand": true },
{ "key": "setting.is_widget", "operand": false }
]
},
{ "keys": ["g", "r"], "command": "prev_view",
"context":
[
{ "key": "setting.command_mode", "operand": true },
{ "key": "setting.is_widget", "operand": false }
]
},
{ "keys": ["K"], "command": "scroll_lines", "args": {
"amount": 30.0},
"context": [{ "key": "setting.command_mode" }]
},
{ "keys": ["J"], "command": "scroll_lines", "args": {
"amount": -30.0},
"context": [{"key": "setting.command_mode"}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment