Guest User

Untitled

a guest
Nov 13th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 KB | None | 0 0
  1. {
  2. "window:devtools": "command+alt+i",
  3. "window:reload": "command+r",
  4. "window:reloadFull": "command+shift+r",
  5. "window:preferences": "command+,",
  6. "zoom:reset": "command+0",
  7. "zoom:in": "command+plus",
  8. "zoom:out": "command+-",
  9. "window:new": "command+n",
  10. "window:minimize": "command+m",
  11. "window:zoom": "ctrl+alt+command+m",
  12. "window:toggleFullScreen": "command+ctrl+f",
  13. "window:close": "command+shift+w",
  14. "tab:new": "command+t",
  15. "tab:next": [
  16. "command+shift+]",
  17. "command+shift+right",
  18. "command+alt+right",
  19. "ctrl+tab"
  20. ],
  21. "tab:prev": [
  22. "command+shift+[",
  23. "command+shift+left",
  24. "command+alt+left",
  25. "ctrl+shift+tab"
  26. ],
  27. "tab:jump:prefix": "command",
  28. "pane:next": "command+]",
  29. "pane:prev": "command+[",
  30. "pane:splitVertical": "command+d",
  31. "pane:splitHorizontal": "command+shift+d",
  32. "pane:close": "command+w",
  33. "editor:undo": "command+z",
  34. "editor:redo": "command+y",
  35. "editor:cut": "command+x",
  36. "editor:copy": "command+c",
  37. "editor:paste": "command+v",
  38. "editor:selectAll": "command+a",
  39. "editor:movePreviousWord": "alt+left",
  40. "editor:moveNextWord": "alt+right",
  41. "editor:moveBeginningLine": "command+left",
  42. "editor:moveEndLine": "command+right",
  43. "editor:deletePreviousWord": "alt+backspace",
  44. "editor:deleteNextWord": "alt+delete",
  45. "editor:deleteBeginningLine": "command+backspace",
  46. "editor:deleteEndLine": "command+delete",
  47. "editor:clearBuffer": "command+k",
  48. "editor:emojis": "command+ctrl+space",
  49. "editor:break": "ctrl+c",
  50. "plugins:update": "command+shift+u"
  51. }
Add Comment
Please, Sign In to add comment