Guest User

Untitled

a guest
Oct 18th, 2018
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.92 KB | None | 0 0
  1. 1) cscope:
  2. ;; * Keybindings:
  3. ;;
  4. ;; All keybindings use the "C-c s" prefix, but are usable only while
  5. ;; editing a source file, or in the cscope results buffer:
  6. ;;
  7. ;; C-c s s Find symbol.
  8. ;; C-c s d Find global definition.
  9. ;; C-c s g Find global definition (alternate binding).
  10. ;; C-c s G Find global definition without prompting.
  11. ;; C-c s c Find functions calling a function.
  12. ;; C-c s C Find called functions (list functions called
  13. ;; from a function).
  14. ;; C-c s t Find text string.
  15. ;; C-c s e Find egrep pattern.
  16. ;; C-c s f Find a file.
  17. ;; C-c s i Find files #including a file.
  18. ;;
  19. ;; These pertain to navigation through the search results:
  20. ;;
  21. ;; C-c s b Display *cscope* buffer.
  22. ;; C-c s B Auto display *cscope* buffer toggle.
  23. ;; C-c s n Next symbol.
  24. ;; C-c s N Next file.
  25. ;; C-c s p Previous symbol.
  26. ;; C-c s P Previous file.
  27. ;; C-c s u Pop mark.
  28. ;;
  29. ;; These pertain to setting and unsetting the variable,
  30. ;; `cscope-initial-directory', (location searched for the cscope database
  31. ;; directory):
  32. ;;
  33. ;; C-c s a Set initial directory.
  34. ;; C-c s A Unset initial directory.
  35. ;;
  36. ;; These pertain to cscope database maintenance:
  37. ;;
  38. ;; C-c s L Create list of files to index.
  39. ;; C-c s I Create list and index.
  40. ;; C-c s E Edit list of files to index.
  41. ;; C-c s W Locate this buffer's cscope directory
  42. ;; ("W" --> "where").
  43. ;; C-c s S Locate this buffer's cscope directory.
  44. ;; (alternate binding: "S" --> "show").
  45. ;; C-c s T Locate this buffer's cscope directory.
  46. ;; (alternate binding: "T" --> "tell").
  47. ;; C-c s D Dired this buffer's directory.
  48. ;;
  49. ;;
Add Comment
Please, Sign In to add comment