Sublime text 2

  1. ctrl + shift + p: console => ss is short for set syntax, you can type in ssjava for set syntax for java.
  2. EOL(emacs style): Preference-->Key Bindings-User:
    [
    // use control + e to go to end of line;
        {"keys": ["ctrl+e"], "command":"move_to", "args":{"to":"eol"}},
        {"keys": ["f10"], "command": "reindent"}
    ]
  3. n
  4. n
  5. n
  6. n
  7. n
  8. n
  9. n
  10. n
posted @ 2013-05-03 02:30  wxwcase  阅读(92)  评论(0编辑  收藏  举报