Skip to content

Instantly share code, notes, and snippets.

@zheng1
Created November 5, 2013 03:13
Show Gist options
  • Save zheng1/7313264 to your computer and use it in GitHub Desktop.
Save zheng1/7313264 to your computer and use it in GitHub Desktop.
[{
"keys": ["super+right"],
"command": "moveto",
"args": {
"to": "hardeol"
}
}, {
"keys": ["super+left"],
"command": "moveto",
"args": {
"to": "hardbol"
}
}, {
"keys": ["home"],
"command": "move_to",
"args": {
"to": "bol"
}
}, {
"keys": ["end"],
"command": "move_to",
"args": {
"to": "eol"
}
}, {
"keys": ["shift+end"],
"command": "move_to",
"args": {
"to": "eol",
"extend": true
}
}, {
"keys": ["shift+home"],
"command": "move_to",
"args": {
"to": "bol",
"extend": true
}
}, {
"keys": ["ctrl+home"],
"command": "move_to",
"args": {
"to": "bof"
}
}, {
"keys": ["ctrl+end"],
"command": "move_to",
"args": {
"to": "eof"
}
}, {
"keys": ["ctrl+shift+home"],
"command": "move_to",
"args": {
"to": "bof",
"extend": true
}
}, {
"keys": ["ctrl+shift+end"],
"command": "move_to",
"args": {
"to": "eof",
"extend": true
}
}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment