histwalk.d.elv 779 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. #elvdoc:var history:binding
  2. #
  3. # ```elvish
  4. # edit:history:binding
  5. # ```
  6. #
  7. # Binding table for the history mode.
  8. #elvdoc:fn history:start
  9. #
  10. # ```elvish
  11. # edit:history:start
  12. # ```
  13. #
  14. # Starts the history mode.
  15. #elvdoc:fn history:up
  16. #
  17. # ```elvish
  18. # edit:history:up
  19. # ```
  20. #
  21. # Walks to the previous entry in history mode.
  22. #elvdoc:fn history:down
  23. #
  24. # ```elvish
  25. # edit:history:down
  26. # ```
  27. #
  28. # Walks to the next entry in history mode.
  29. #elvdoc:fn history:down-or-quit
  30. #
  31. # ```elvish
  32. # edit:history:down-or-quit
  33. # ```
  34. #
  35. # Walks to the next entry in history mode, or quit the history mode if already
  36. # at the newest entry.
  37. #elvdoc:fn history:fast-forward
  38. #
  39. # ```elvish
  40. # edit:history:fast-forward
  41. # ```
  42. #
  43. # Import command history entries that happened after the current session
  44. # started.