Default (Windows).sublime-keymap 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. [ {"keys": ["up"], "command": "arcadia_repl_history", "args": {"i":-1},
  2. "context": [
  3. {"key": "arcadia_nrepl", "operand": true },
  4. {"key": "setting.arcadia_repl", "operator": "equal", "operand": true },
  5. { "key": "auto_complete_visible", "operator": "equal", "operand": false }]}
  6. ,{"keys": ["down"], "command": "arcadia_repl_history", "args": {"i":1},
  7. "context": [
  8. {"key": "arcadia_nrepl", "operand": true },
  9. {"key": "setting.arcadia_repl", "operator": "equal", "operand": true },
  10. { "key": "auto_complete_visible", "operator": "equal", "operand": false }]}
  11. ,{"keys": ["enter"], "command": "arcadia_repl_enter", "args": {},
  12. "context": [
  13. {"key": "arcadia_nrepl", "operand": true },
  14. {"key": "setting.arcadia_repl", "operator": "equal", "operand": true },
  15. {"key": "auto_complete_visible", "operator": "equal", "operand": false }]}
  16. ,{"keys": ["alt+c"], "command": "arcadia_repl_clear", "args": {},
  17. "context": [
  18. {"key": "arcadia_nrepl", "operand": true },]}
  19. ,{"keys": ["alt+shift+y"], "command": "arcadia_repl_transfer", "args": {"scope": "selection"},
  20. "context": [
  21. {"key": "arcadia_nrepl", "operand": true },]}
  22. ,{"keys": ["alt+shift+/"], "command": "arcadia_repl_transfer", "args": {"scope": "file"},
  23. "context": [
  24. {"key": "arcadia_nrepl", "operand": true },]}
  25. ,{"keys": ["alt+shift+enter"], "command": "arcadia_repl_transfer", "args": {"scope": "block"},
  26. "context": [
  27. {"key": "arcadia_nrepl", "operand": true },]}
  28. ,{"keys": ["alt+enter"], "command": "arcadia_repl_transfer", "args": {"scope": "top-form"},
  29. "context": [
  30. {"key": "arcadia_nrepl", "operand": true },]}
  31. ,{"keys": ["alt+r"], "command": "arcadia_repl_require", "args": {},
  32. "context": [
  33. {"key": "arcadia_nrepl", "operand": true },]},
  34. {"keys": ["up"], "command": "arcadia_repl_history_udp", "args": {"i":-1},
  35. "context": [
  36. {"key": "arcadia_udp", "operand": true },
  37. {"key": "setting.arcadia_repl", "operator": "equal", "operand": true },
  38. { "key": "auto_complete_visible", "operator": "equal", "operand": false }]}
  39. ,{"keys": ["down"], "command": "arcadia_repl_history_udp", "args": {"i":1},
  40. "context": [
  41. {"key": "arcadia_udp", "operand": true },
  42. {"key": "setting.arcadia_repl", "operator": "equal", "operand": true },
  43. { "key": "auto_complete_visible", "operator": "equal", "operand": false }]}
  44. ,{"keys": ["enter"], "command": "arcadia_repl_enter_udp", "args": {},
  45. "context": [
  46. {"key": "arcadia_udp", "operand": true },
  47. {"key": "setting.arcadia_repl", "operator": "equal", "operand": true },
  48. {"key": "auto_complete_visible", "operator": "equal", "operand": false }]}
  49. ,{"keys": ["alt+c"], "command": "arcadia_repl_clear_udp", "args": {},
  50. "context": [
  51. {"key": "arcadia_udp", "operand": true },]}
  52. ,{"keys": ["alt+shift+y"], "command": "arcadia_repl_transfer_udp", "args": {"scope": "selection"},
  53. "context": [
  54. {"key": "arcadia_udp", "operand": true },]}
  55. ,{"keys": ["alt+shift+/"], "command": "arcadia_repl_transfer_udp", "args": {"scope": "file"},
  56. "context": [
  57. {"key": "arcadia_udp", "operand": true },]}
  58. ,{"keys": ["alt+shift+enter"], "command": "arcadia_repl_transfer_udp", "args": {"scope": "block"},
  59. "context": [
  60. {"key": "arcadia_udp", "operand": true },]}
  61. ,{"keys": ["alt+enter"], "command": "arcadia_repl_transfer_udp", "args": {"scope": "top-form"},
  62. "context": [
  63. {"key": "arcadia_udp", "operand": true },]}
  64. ,{"keys": ["alt+r"], "command": "arcadia_repl_require_udp", "args": {},
  65. "context": [
  66. {"key": "arcadia_udp", "operand": true },]}
  67. ]