Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. [
  2. { "keys": ["ctrl+f"], "command": "move", "args": {"by": "characters", "forward": true} },
  3. { "keys": ["ctrl+b"], "command": "move", "args": {"by": "characters", "forward": false} },
  4. { "keys": ["ctrl+n"], "command": "move", "args": {"by": "lines", "forward": true} },
  5. { "keys": ["ctrl+p"], "command": "move", "args": {"by": "lines", "forward": false} },
  6. { "keys": ["ctrl+x"], "command": "focusView" },
  7. { "keys": ["ctrl+w"], "command": "cut" },
  8. { "keys": ["alt+w"], "command": "copy" },
  9. { "keys": ["ctrl+y"], "command": "paste" },
  10. { "keys": ["ctrl+x,ctrl+s"], "command": "save" },
  11. { "keys": ["ctrl+a"], "command": "move_to", "args": {"to": "hardbol", "extend": false} },
  12. { "keys": ["ctrl+e"], "command": "move_to", "args": {"to": "hardeol", "extend": false} },
  13. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement