1. 2874a43 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  2. 2b79d36 No need to repeat other-end more than once, from Juho Pohjala. Also add by nicm · 10 years ago
  3. bae9584 Merge branch 'obsd-master' by Thomas Adam · 11 years ago
  4. b1a06ef Add a copy mode key binding to copy to a named buffer. From J Raynor. by nicm · 11 years ago
  5. 0e4d1d8 Add setb -a to append and a copy mode append command, from J Raynor with by nicm · 11 years ago
  6. 9368914 Add start-of-list, end-of-list, top-line and bottom-line in choice mode, by nicm · 11 years ago
  7. 8c0edcb Add setb -a to append and a copy mode append command, from J Raynor with minor by Nicholas Marriott · 11 years ago
  8. 9134e4d Add start-of-list, end-of-list, top-line and bottom-line in choice mode, from by Nicholas Marriott · 11 years ago
  9. b3de4a3 Merge branch 'obsd-master' by Thomas Adam · 11 years ago
  10. f58721a Make C-j the same as C-m, from Simon Nicolussi. by nicm · 11 years ago
  11. 3e498cd Merge branch 'obsd-master' by Thomas Adam · 11 years ago
  12. 7fa55b0 Key to swap to other end of selection (bound to o with vi keys), from J Raynor. by nicm · 11 years ago
  13. bdea2f9 Merge branch 'obsd-master' by Thomas Adam · 11 years ago
  14. 7af5fec Whitespace nits, from Ben Boeckel. by Nicholas Marriott · 11 years ago
  15. 5893229 Add copy-pipe mode command to copy selection and also pipe to a command. by Nicholas Marriott · 12 years ago
  16. 51ac2a3 Fix a couple of memory leaks, from Romain Francoise. by Nicholas Marriott · 12 years ago
  17. c3859d1 Add copy-pipe mode command to copy selection and also pipe to a command. by Nicholas Marriott · 12 years ago
  18. 77a2174 Fix a couple of memory leaks, from Romain Francoise. by Nicholas Marriott · 12 years ago
  19. c04aa90 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  20. 0679eb6 Add halfpage commands to mode command string table (missed by accident), by Nicholas Marriott · 12 years ago
  21. 0cdcae3 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  22. 0e87430 Add tree keys to vi mode too, missed by accident. by Nicholas Marriott · 12 years ago
  23. 619ffe1 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  24. 9107b0c Allow session tree (C-b s) to expand and collapse sessions with by Nicholas Marriott · 12 years ago
  25. 554f19e Sync OpenBSD patchset 1167: by Tiago Cunha · 12 years ago
  26. 7537750 Instead of requiring a prompt to enter all numbers >10, go back to by Nicholas Marriott · 12 years ago
  27. 200b0e5 Sync OpenBSD patchset 1156: by Tiago Cunha · 12 years ago
  28. a3dec6b Instead of numbering choose mode items 0-9a-z and then nothing, number by Nicholas Marriott · 12 years ago
  29. 32a6092 Sync OpenBSD patchset 1039: by Tiago Cunha · 13 years ago
  30. 30f4c30 Add A and I keys for vi status line editing. by Nicholas Marriott · 13 years ago
  31. a3c1b73 Sync OpenBSD patchset 1008: by Tiago Cunha · 13 years ago
  32. 8ed9124 Use RB trees not SPLAY. by Nicholas Marriott · 13 years ago
  33. b791899 Sync OpenBSD patchset 998: by Tiago Cunha · 13 years ago
  34. e6519d3 Add space movement keys for vi mode in the status line from Ben Boeckel. by Nicholas Marriott · 13 years ago
  35. 76862ac Sync OpenBSD patchset 986: by Tiago Cunha · 13 years ago
  36. 876f46a Sync OpenBSD patchset 984: by Tiago Cunha · 13 years ago
  37. e04d13f Support "jump to" like vi in copy mode using t and T keys. Also add x by Nicholas Marriott · 13 years ago
  38. 31f13e4 Add home and end keys for command prompt, from Matthias Lederhofer. by Nicholas Marriott · 13 years ago
  39. 774bffb Sync OpenBSD patchset 982: by Tiago Cunha · 13 years ago
  40. fc5f880 Add word movement and editing command for command prompt editing, from by Nicholas Marriott · 13 years ago
  41. 5775074 Sync OpenBSD patchset 945: by Tiago Cunha · 13 years ago
  42. f95f792 Add up/down/left/right keys in vi edit mode. From "livibetter" SF bug 3385651. by Nicholas Marriott · 13 years ago
  43. 391f1f0 Expand the Id keyword. by Tiago Cunha · 13 years ago
  44. 69e0aab Sync OpenBSD patchset 913: by Tiago Cunha · 14 years ago
  45. 58908fd Add three new copy-mode commands - select-line, copy-line, by Nicholas Marriott · 14 years ago
  46. ae5954d |PatchSet 881 by Nicholas Marriott · 14 years ago
  47. f16ea60 Bind C-u to delete-line in vi mode like ksh does, suggested by thib. by Nicholas Marriott · 14 years ago
  48. 521247b Sync OpenBSD patchset 823: by Tiago Cunha · 14 years ago
  49. 67ee860 Sprinkle a little more const. by Nicholas Marriott · 14 years ago
  50. 0ac6efa Add vi-style "jump" commands for copy mode, from Micah Cowan. by Nicholas Marriott · 15 years ago
  51. 009d8d2 Jump-forward, jump-backward in copy mode, based on vi's F and f commands. by Micah Cowan · 15 years ago
  52. b34c8f5 Sync OpenBSD patchset 658: by Tiago Cunha · 15 years ago
  53. 7bc3f5d Permit keys in copy mode to be prefixed by a repeat count, entered with by Nicholas Marriott · 15 years ago
  54. 66c38d8 Sync OpenBSD patchset 644: by Tiago Cunha · 15 years ago
  55. 44ded35 Add "N" key to search the opposite way from the last search (reverse of "n"), by Nicholas Marriott · 15 years ago
  56. 3c37b09 Sync OpenBSD patchset 636: by Tiago Cunha · 15 years ago
  57. 3ef3802 Rectangle copy support, from Robin Lee Powell. by Nicholas Marriott · 15 years ago
  58. fa5be75 Sync OpenBSD patchset 634: by Tiago Cunha · 15 years ago
  59. 5e6a7c8 vi-style B, W and E keys in copy mode to navigate between words treating only by Nicholas Marriott · 15 years ago
  60. c4724c7 Sync OpenBSD patchset 629: by Tiago Cunha · 15 years ago
  61. 06ce9da Add scroll-up/scroll-down for choose/more mode, from Micah Cowan. by Nicholas Marriott · 15 years ago
  62. 5ef8689 Sync OpenBSD patchset 623: by Tiago Cunha · 15 years ago
  63. 735cfaf Sync OpenBSD patchset 621: by Tiago Cunha · 15 years ago
  64. c153a43 Sync OpenBSD patchset 617: by Tiago Cunha · 15 years ago
  65. f941879 Actually bind the new key to e. by Nicholas Marriott · 15 years ago
  66. 3e2cc2d Alter next-word to have vi-like movement behaviour, and add next-word-end with by Nicholas Marriott · 15 years ago
  67. 1e5a94f Top/bottom of history mode keys, diff from Micah Cowan, tweaked by me. by Nicholas Marriott · 15 years ago
  68. 05e5bc7 Sync OpenBSD patchset 613: by Tiago Cunha · 15 years ago
  69. 8865eb2 Use C-e and C-y for scrolling in vi mode, from Micah Cowan. by Nicholas Marriott · 15 years ago
  70. cc094fd Sync OpenBSD patchset 581: by Tiago Cunha · 15 years ago
  71. 15a64b8 Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last by Nicholas Marriott · 15 years ago
  72. 0986001 Sync OpenBSD patchset 533: by Tiago Cunha · 15 years ago
  73. 5d39746 Zap unused functions, prompted by deraadt. by Nicholas Marriott · 15 years ago
  74. a505ca6 Sync OpenBSD patchset 407: by Tiago Cunha · 15 years ago
  75. 38df960 Add mode keys to move the cursor to the top, middle and bottom of the screen. by Nicholas Marriott · 15 years ago
  76. 1eb6658 Sync OpenBSD patchset 365: by Tiago Cunha · 15 years ago
  77. 2cb2bb8 Support J and K for scroll up and scroll down in copy mode with vi keys, by Nicholas Marriott · 15 years ago
  78. 3229117 Sync OpenBSD patchset 361: by Tiago Cunha · 15 years ago
  79. 9400fda Make C-Up and C-Down in copy mode scroll the screen up and down one line by Nicholas Marriott · 15 years ago
  80. 11e97f4 Sync OpenBSD patchset 358: by Tiago Cunha · 15 years ago
  81. 6b3ec44 Sync OpenBSD patchset 355: by Tiago Cunha · 15 years ago
  82. 19e502c Sync OpenBSD patchset 354: by Tiago Cunha · 15 years ago
  83. d42b86d Get / and ? the right way round in vi mode, and use : for goto line rather than by Nicholas Marriott · 15 years ago
  84. 97ca571 C-v and M-v too. by Nicholas Marriott · 15 years ago
  85. 123ae9e Support C-n/C-p with emacs keys in choice mode, also fix a comment. by Nicholas Marriott · 15 years ago
  86. 3b944fe Sync OpenBSD patchset 307: by Tiago Cunha · 15 years ago
  87. 61b7dc5 Add a transpose-chars command in edit mode (C-t in emacs mode only). From Kalle by Nicholas Marriott · 15 years ago
  88. 2a5f08c Sync OpenBSD patchset 265: by Tiago Cunha · 15 years ago
  89. 70fc085 Sync OpenBSD patchset 264: by Tiago Cunha · 15 years ago
  90. feaf91a Add a "delete line" key when editing in the status line or the search up/down by Nicholas Marriott · 15 years ago
  91. c828c2f Add (naive) searching and goto line in copy mode. Searching is C-r and C-s with by Nicholas Marriott · 15 years ago
  92. 646d6a9 Sync OpenBSD patchset 261: by Tiago Cunha · 15 years ago
  93. 6f9a2ee Sync OpenBSD patchset 260: by Tiago Cunha · 15 years ago
  94. 09cbd0c Switch the prompt code to return an empty string when the user enters no by Nicholas Marriott · 15 years ago
  95. 7a359c0 vi(1)-style half page scroll in copy and scroll modes. Move the vi full page by Nicholas Marriott · 15 years ago
  96. 09c6432 Sync OpenBSD patchset 207: by Tiago Cunha · 15 years ago
  97. 97f105c Plug some memory leaks. by Nicholas Marriott · 15 years ago
  98. 522fc94 Sync OpenBSD patchset 194: by Tiago Cunha · 15 years ago
  99. de7483a Sync OpenBSD patchset 192: by Tiago Cunha · 15 years ago
  100. 1c73e75 Sync OpenBSD patchset 190: by Tiago Cunha · 15 years ago