Advertisement
Guest User

Untitled

a guest
Feb 7th, 2017
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VIM 0.62 KB | None | 0 0
  1. " slimv
  2. let g:paredit_mode=0
  3. let g:lisp_rainbow=1
  4. " doc in slimv.txt but most useful:
  5. " ,s describes symbol
  6. " ,h looks up symbol in hyperspec
  7. " ,d evaluates form
  8. " ,D compiles form
  9. " ,e evals current exp
  10. " ,r evals 'region' or selection
  11. " ,g set-package
  12. " ctrl+x + 0 => close form
  13. " ,1 macroexpand-1
  14. " ,m macroexpand all
  15. " ,B set breakpoint
  16. "    ,xc          Who Calls
  17. "    ,xr          Who References
  18. "    ,xs          Who Sets
  19. "    ,xb          Who Binds
  20. "    ,xm          Who Macroexpands
  21. "    ,xp          Who Specializes
  22. "    ,xl          List Callers
  23. "    ,xe          List Callees
  24. let g:slimv_repl_split=2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement