Advertisement
Guest User

Untitled

a guest
May 24th, 2015
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. [
  2. {"keys": ["ctrl+w"], "command": "sbp_inc_search", "args": {"cmd": "append_from_cursor"},
  3. "context": [ {"key": "i_search_active"}, {"key": "panel_has_focus"} ]
  4. },
  5. // { "keys": ["ctrl+y"], "command": "sbp_inc_search", "args": {"cmd": "yank"},
  6. // "context": [ {"key": "i_search_active"}, {"key": "panel_has_focus"} ]
  7. // },
  8.  
  9. {"keys": ["ctrl+a"], "command": "move_to", "args": {"to": "hardbol", "extend": false }},
  10. {"keys": ["ctrl+e"], "command": "move_to", "args": {"to": "hardeol", "extend": false }}
  11.  
  12. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement