Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.89 KB | None | 0 0
  1. SPC
  2. SPC: find file
  3. , switch buffer
  4. . browse files
  5. : MX
  6. ; EX
  7. < switch buffer
  8. ` eval
  9. u universal arg
  10. x pop up scratch
  11. ~ toggle last popup
  12. TAB workspace
  13. TAB Display tab bar
  14. . switch workspace
  15. 0 last workspace
  16. 1-9 : x workspace
  17. L load session
  18. S autosave current session
  19. X delete sessions
  20. [ previous workspace
  21. ] next workspace
  22. d delete workspace
  23. l load workspace from file
  24. n workspace
  25. s save workspace to file
  26. x kill all buffers'
  27. / search
  28. i symbols
  29. I symbols accr. buffers
  30. b buffer
  31. d directory
  32. o Online providers
  33. p project
  34. [ prev
  35. S spelling corr
  36. [ text size
  37. b buffer
  38. d diff
  39. e error
  40. h smart jump
  41. s spelling error
  42. t todo
  43. w workspace
  44. ] next
  45. S spelling corr
  46. [ text size
  47. b buffer
  48. d diff
  49. e error
  50. h smart jump
  51. s spelling error
  52. t todo
  53. w workspace
  54. b buffer
  55. B switch buffer
  56. S sudo edit
  57. [ prev
  58. ] next
  59. b switch ws buffer
  60. k kill buffer
  61. n new empty buffer
  62. o kill other buffers
  63. s save buffer
  64. x pop scratch buffer
  65. z burry buffer
  66. c code
  67. d jump to def
  68. D jump to ref
  69. e evaluate buffer
  70. E evaluate and replace
  71. b build
  72. r repl
  73. x list errors
  74. f file
  75. . find file
  76. / find file in project
  77. > sudo find file
  78. ? find file from here
  79. E Browse emacs.d
  80. P browse private config
  81. R recent project files
  82. a find other file
  83. c open project editor config
  84. d find dir
  85. e find file in emacs.d
  86. p find file in private config
  87. r recent files
  88. y yank filename
  89. g git
  90. c magit commit
  91. C magit clone
  92. G list gists
  93. L list reps
  94. P magic pull popup
  95. R git revert
  96. S git stage
  97. U git unstange hunk
  98. [ previous
  99. ] next
  100. b magic blame
  101. d magic dispatch
  102. f magic find
  103. g magit status
  104. i init repo
  105. l magit buffer log
  106. p push popup
  107. r git revert hunk
  108. s git status
  109. t git time matchine
  110. o open
  111. M mail
  112. N neotree
  113. O reveal proj finder
  114. b browser
  115. d debugger
  116. n neotree
  117. o reveal in finder
  118. r repl
  119. t terminal
  120. p project
  121. ! run cmd in project root
  122. . browse
  123. / find in project
  124. c compile project
  125. o find other file
  126. p switch project
  127. r recent project files
  128. t list project tasks
  129. x invalidate cache
  130. q quit
  131. q save and quit
  132. Q quit
  133. r remote
  134. . browse remote files
  135. > detect remote changes
  136. D diff local and remote
  137. U upload local
  138. d download remote
  139. u upload local
  140. s snippets
  141. S find snippet
  142. i insert snippet
  143. n new snippet
  144. s find snippet for mode
  145. t toggle
  146. F frame fullscreen
  147. I indente
  148. b big mode
  149. f flycheck
  150. g evil goggles
  151. h impatient modei indet guides
  152. l line numbers
  153. p org-tree-slide-mode
  154. s flyspell
  155. w window
  156. + increase height
  157. - descr height
  158. < dec width
  159. = balance windows
  160. > incr width
  161. H move left
  162. J move down
  163. K move up
  164. L move right
  165. R rotate up
  166. S split
  167. W prev
  168. _ set height
  169. b bottom right
  170. c close window
  171. h left
  172. j down
  173. k up
  174. l right
  175. n new
  176. o enlargen
  177. p mru
  178. q quit
  179. r rotate down
  180. s split
  181. t top left
  182. u winner undo
  183. v vsplit
  184. w next
  185. | set width
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement