1. 5893229 Add copy-pipe mode command to copy selection and also pipe to a command. by Nicholas Marriott · 12 years ago
  2. 51ac2a3 Fix a couple of memory leaks, from Romain Francoise. by Nicholas Marriott · 12 years ago
  3. 0679eb6 Add halfpage commands to mode command string table (missed by accident), by Nicholas Marriott · 12 years ago
  4. 0e87430 Add tree keys to vi mode too, missed by accident. by Nicholas Marriott · 12 years ago
  5. 9107b0c Allow session tree (C-b s) to expand and collapse sessions with by Nicholas Marriott · 12 years ago
  6. 7537750 Instead of requiring a prompt to enter all numbers >10, go back to by Nicholas Marriott · 12 years ago
  7. a3dec6b Instead of numbering choose mode items 0-9a-z and then nothing, number by Nicholas Marriott · 12 years ago
  8. 30f4c30 Add A and I keys for vi status line editing. by Nicholas Marriott · 13 years ago
  9. 8ed9124 Use RB trees not SPLAY. by Nicholas Marriott · 13 years ago
  10. e6519d3 Add space movement keys for vi mode in the status line from Ben Boeckel. by Nicholas Marriott · 13 years ago
  11. e04d13f Support "jump to" like vi in copy mode using t and T keys. Also add x by Nicholas Marriott · 13 years ago
  12. 31f13e4 Add home and end keys for command prompt, from Matthias Lederhofer. by Nicholas Marriott · 13 years ago
  13. fc5f880 Add word movement and editing command for command prompt editing, from by Nicholas Marriott · 13 years ago
  14. f95f792 Add up/down/left/right keys in vi edit mode. From "livibetter" SF bug 3385651. by Nicholas Marriott · 13 years ago
  15. 58908fd Add three new copy-mode commands - select-line, copy-line, by Nicholas Marriott · 13 years ago
  16. f16ea60 Bind C-u to delete-line in vi mode like ksh does, suggested by thib. by Nicholas Marriott · 14 years ago
  17. 67ee860 Sprinkle a little more const. by Nicholas Marriott · 14 years ago
  18. 0ac6efa Add vi-style "jump" commands for copy mode, from Micah Cowan. by Nicholas Marriott · 15 years ago
  19. 7bc3f5d Permit keys in copy mode to be prefixed by a repeat count, entered with by Nicholas Marriott · 15 years ago
  20. 44ded35 Add "N" key to search the opposite way from the last search (reverse of "n"), by Nicholas Marriott · 15 years ago
  21. 3ef3802 Rectangle copy support, from Robin Lee Powell. by Nicholas Marriott · 15 years ago
  22. 5e6a7c8 vi-style B, W and E keys in copy mode to navigate between words treating only by Nicholas Marriott · 15 years ago
  23. 06ce9da Add scroll-up/scroll-down for choose/more mode, from Micah Cowan. by Nicholas Marriott · 15 years ago
  24. f941879 Actually bind the new key to e. by Nicholas Marriott · 15 years ago
  25. 3e2cc2d Alter next-word to have vi-like movement behaviour, and add next-word-end with by Nicholas Marriott · 15 years ago
  26. 1e5a94f Top/bottom of history mode keys, diff from Micah Cowan, tweaked by me. by Nicholas Marriott · 15 years ago
  27. 8865eb2 Use C-e and C-y for scrolling in vi mode, from Micah Cowan. by Nicholas Marriott · 15 years ago
  28. 15a64b8 Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last by Nicholas Marriott · 15 years ago
  29. 5d39746 Zap unused functions, prompted by deraadt. by Nicholas Marriott · 15 years ago
  30. 38df960 Add mode keys to move the cursor to the top, middle and bottom of the screen. by Nicholas Marriott · 15 years ago
  31. 2cb2bb8 Support J and K for scroll up and scroll down in copy mode with vi keys, by Nicholas Marriott · 15 years ago
  32. 9400fda Make C-Up and C-Down in copy mode scroll the screen up and down one line by Nicholas Marriott · 15 years ago
  33. d42b86d Get / and ? the right way round in vi mode, and use : for goto line rather than by Nicholas Marriott · 15 years ago
  34. 97ca571 C-v and M-v too. by Nicholas Marriott · 15 years ago
  35. 123ae9e Support C-n/C-p with emacs keys in choice mode, also fix a comment. by Nicholas Marriott · 15 years ago
  36. 61b7dc5 Add a transpose-chars command in edit mode (C-t in emacs mode only). From Kalle by Nicholas Marriott · 15 years ago
  37. feaf91a Add a "delete line" key when editing in the status line or the search up/down by Nicholas Marriott · 15 years ago
  38. c828c2f Add (naive) searching and goto line in copy mode. Searching is C-r and C-s with by Nicholas Marriott · 15 years ago
  39. 09cbd0c Switch the prompt code to return an empty string when the user enters no by Nicholas Marriott · 15 years ago
  40. 7a359c0 vi(1)-style half page scroll in copy and scroll modes. Move the vi full page by Nicholas Marriott · 15 years ago
  41. 97f105c Plug some memory leaks. by Nicholas Marriott · 15 years ago
  42. f596be9 Final pieces of mode key rebinding: bind-key and unbind-key now accept a -t by Nicholas Marriott · 15 years ago
  43. 8678500 Next step towards customisable mode keys: build each default table of keys into by Nicholas Marriott · 15 years ago
  44. 309b76f Remove an unused entry in the mode keys command enum and rename by Nicholas Marriott · 15 years ago
  45. d95274c Change mode key bindings from big switches into a set of tables. Rather than by Nicholas Marriott · 15 years ago
  46. 13e29dd Get rid of empty mode_key_free function. by Nicholas Marriott · 15 years ago
  47. ad0aad2 Add a key to delete to end of line at the prompt (^K in emacs mode, C/D in vi). by Nicholas Marriott · 15 years ago
  48. 639fbe0 Detect backspace by looking at termios VERASE and translate it into \177 (which by Nicholas Marriott · 15 years ago
  49. e0d1954 C-d is delete as well in emacs mode. by Nicholas Marriott · 15 years ago
  50. 725938f Tidy up keys: use an enum for the key codes, and remove the macros which just by Nicholas Marriott · 15 years ago
  51. 22d51ec Add a "back to indentation" key in copy mode to move the cursor to the first by Nicholas Marriott · 15 years ago
  52. 35876ea Import tmux, a terminal multiplexor allowing (among other things) a single by Nicholas Marriott · 15 years ago