1. a471b5d some escapes i missed; by Jason McIntyre · 14 years ago
  2. 552c9cd Custom layouts. list-windows command displays the layout as a string (such as by Nicholas Marriott · 14 years ago
  3. 07a71fd Store the current working directory in the session, change the default-path by Nicholas Marriott · 14 years ago
  4. 26524c9 New option, detach-on-destroy, to set what happens to a client when the session by Nicholas Marriott · 14 years ago
  5. ef72933 Add a choose-buffer command for easier use of the paste buffer stack. by Nicholas Marriott · 14 years ago
  6. 386849e Extend the -t:+ and -t:- window targets for next and previous window to by Nicholas Marriott · 14 years ago
  7. 1484eb8 Add a missing command and some missing Ic, from Tiago Cunha. by Nicholas Marriott · 14 years ago
  8. 4e3bed2 Couple of missing command aliases/flags, from Tiago Cunha. by Nicholas Marriott · 14 years ago
  9. ceed5cc Support the status_replace # replacement sequences in the pipe-pane by Nicholas Marriott · 14 years ago
  10. 43fa9a9 When the mode-mouse option is on, support dragging to make a selection by Nicholas Marriott · 14 years ago
  11. e1e120d Better to say "command key bindings" since we've just called them command keys. by Nicholas Marriott · 14 years ago
  12. 7b73972 There is no real reason not to list all the key bindings here rather by Nicholas Marriott · 14 years ago
  13. 0ed727a Enhance paste-buffer to allow lines to be separated by any string, from by Nicholas Marriott · 14 years ago
  14. d911279 Colour+attribute options for status line alerts, from Alex Alexander. by Nicholas Marriott · 14 years ago
  15. 4af4d12 Accept (and document) "none" instead of "default" for attributes as it by Nicholas Marriott · 14 years ago
  16. e0f4697 Identical behaviour to select-prompt can now be obtained with by Nicholas Marriott · 14 years ago
  17. fc09ec3 sort options. by Igor Sobrado · 14 years ago
  18. d529e7e Add a tiled layout, originally from Liam Bedford a while ago, fixed up by me. by Nicholas Marriott · 14 years ago
  19. ac9daf9 Merge copy mode and output mode, dropping the latter. Idea and code from by Nicholas Marriott · 15 years ago
  20. f81190a Mention title setting, and the new default. by Nicholas Marriott · 15 years ago
  21. 680f920 tweak; by Jason McIntyre · 15 years ago
  22. b02cd35 Run job commands explicitly in the global enviroment (which can be by Nicholas Marriott · 15 years ago
  23. d3d85c3 -a flag to insert a window after an existing one, moving other windows by Nicholas Marriott · 15 years ago
  24. d267845 dispense with some wacky escape sequences; by Jason McIntyre · 15 years ago
  25. 9abbe34 paste-buffer should be per pane, from C. Coutinho. by Nicholas Marriott · 15 years ago
  26. 0ac6efa Add vi-style "jump" commands for copy mode, from Micah Cowan. by Nicholas Marriott · 15 years ago
  27. 6f04866 Support up, down, left, right movement through panes with -UDLR flags to by Nicholas Marriott · 15 years ago
  28. 7bc3f5d Permit keys in copy mode to be prefixed by a repeat count, entered with by Nicholas Marriott · 15 years ago
  29. 6767072 Option to set the characters considered word separators in copy mode, from by Nicholas Marriott · 15 years ago
  30. c164f58 Man page additions/improvements, thanks to Robin Lee Powell. by Nicholas Marriott · 15 years ago
  31. 44ded35 Add "N" key to search the opposite way from the last search (reverse of "n"), by Nicholas Marriott · 15 years ago
  32. f429057 Clarify default status-right, from Seth Wright. by Nicholas Marriott · 15 years ago
  33. 11dedde Add an option to disable the smcup/rmcup alternate screen behaviour inside by Nicholas Marriott · 15 years ago
  34. 2dc74f2 next-layout is bound to Space not C-Space. by Nicholas Marriott · 15 years ago
  35. bb53c20 Support attaching a client read-only with a new -r flag to the attach-session by Nicholas Marriott · 15 years ago
  36. 3ef3802 Rectangle copy support, from Robin Lee Powell. by Nicholas Marriott · 15 years ago
  37. 5e6a7c8 vi-style B, W and E keys in copy mode to navigate between words treating only by Nicholas Marriott · 15 years ago
  38. 604b02c Option to display the active pane in a different colour with the display-panes by Nicholas Marriott · 15 years ago
  39. 6abd984 Typo, from Micah Cowan. by Nicholas Marriott · 15 years ago
  40. 3e2cc2d Alter next-word to have vi-like movement behaviour, and add next-word-end with by Nicholas Marriott · 15 years ago
  41. 1e5a94f Top/bottom of history mode keys, diff from Micah Cowan, tweaked by me. by Nicholas Marriott · 15 years ago
  42. 8865eb2 Use C-e and C-y for scrolling in vi mode, from Micah Cowan. by Nicholas Marriott · 15 years ago
  43. 7d75dbb Permit !, + and - to be used for window targets to specify last window (!), or by Nicholas Marriott · 15 years ago
  44. f569950 Missing Pp, from Tiago Cunha. by Nicholas Marriott · 15 years ago
  45. a4ebd9a Document swap-pane -d. by Nicholas Marriott · 15 years ago
  46. 6a45fab New command, join-pane, to split and move an existing pane into the space (like by Nicholas Marriott · 15 years ago
  47. 462a113 Change split-window to accept a pane target (it should be split-pane but by Nicholas Marriott · 15 years ago
  48. 7e4f8b4 Options to set the colour of the pane borders, with different colours for the by Nicholas Marriott · 15 years ago
  49. 30962cb New server option, escape-time, to set the timeout used to detect if escapes by Nicholas Marriott · 15 years ago
  50. a4c9a80 Add "server options" which are server-wide and not bound to a session or by Nicholas Marriott · 15 years ago
  51. 6311bd1 Permit panes to be referred to as "top", "bottom", "top-left" etc, if the right by Nicholas Marriott · 15 years ago
  52. e755475 Wrap at 80 columns. by Nicholas Marriott · 15 years ago
  53. 15a64b8 Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last by Nicholas Marriott · 15 years ago
  54. 6c98626 Eliminate duplicate code and ease the passage for server-wide options by adding by Nicholas Marriott · 15 years ago
  55. 0926a23 New command, capture-pane, which copies the entire pane contents to a paste by Nicholas Marriott · 15 years ago
  56. 87821fc Add a -p flag to display-message to print the output rather than displaying in by Nicholas Marriott · 15 years ago
  57. fce47e2 Add cursor keys to the key names list. by Nicholas Marriott · 15 years ago
  58. 543fb99 Two new options, window-status-format and window-status-current-format, which by Nicholas Marriott · 15 years ago
  59. 8b8a211 tweak previous; by Jason McIntyre · 15 years ago
  60. 4a38189 Revert to xterm-keys off by default. It was on as an experiment to see if the by Nicholas Marriott · 15 years ago
  61. ac5b7d5 Don't interpret #() for display-message, it usually doesn't make sense and may by Nicholas Marriott · 15 years ago
  62. a78cc98 Cleanup by moving various (mostly horrible) little bits handling UTF-8 grid by Nicholas Marriott · 15 years ago
  63. 8db145d Add a per-client log of status line messages displayed while that client by Nicholas Marriott · 15 years ago
  64. 68f5c9c Mark -n keys with (no prefix) rather than []. by Nicholas Marriott · 15 years ago
  65. 15b9946 There is no real standard for modifier plus function keys. Previously, tmux by Nicholas Marriott · 15 years ago
  66. 0785f28 Add an activity time for clients, like for sessions, and change session and by Nicholas Marriott · 15 years ago
  67. 0194306 Fix vi page up mode key (from naddy), add missing half page keys, and sort. by Nicholas Marriott · 15 years ago
  68. 32299e4 Missing setenv/showenv aliases. by Nicholas Marriott · 15 years ago
  69. 48b6d18 Remove -d from tmux.1 as well. by Nicholas Marriott · 15 years ago
  70. 7b4f039 [ is a punctuation character and should be escaped with Ql. Although the by Nicholas Marriott · 15 years ago
  71. df818c1 -a option to kill all except current pane. From Tiago Cunha, thanks! by Nicholas Marriott · 15 years ago
  72. af2b0f4 Tweak descriptions for up/down pane to be clearer. by Nicholas Marriott · 15 years ago
  73. 38df960 Add mode keys to move the cursor to the top, middle and bottom of the screen. by Nicholas Marriott · 15 years ago
  74. 33ae063 Permit attributes to be turned off in #[] by prefixing with "no", for example by Nicholas Marriott · 15 years ago
  75. b4ef3e5 punctuation fix; by Jason McIntyre · 15 years ago
  76. 64b5f39 Add a pipe-pane command to allow a pane to be piped to a shell command, for by Nicholas Marriott · 15 years ago
  77. cebc988 Switch run-shell over to queue the command in the background like #(). by Nicholas Marriott · 15 years ago
  78. b7c364a -scroll mode which is dead. by Nicholas Marriott · 15 years ago
  79. 5aa49e6 Split list-panes off from list-windows. by Nicholas Marriott · 15 years ago
  80. 6bca92d Rather than running status-left, status-right and window title #() with popen by Nicholas Marriott · 15 years ago
  81. 4658c06 New option, mouse-select-pane. If on, the mouse may be used to select the by Nicholas Marriott · 15 years ago
  82. 9dd72b9 Add "grouped sessions" which have independent name, options, current window and by Nicholas Marriott · 15 years ago
  83. b7d031c Support for individual session idle time locking. May be enabled by turning off by Nicholas Marriott · 15 years ago
  84. 3af09ac Add a simple synchronize-panes window option: when set, all input to any pane by Nicholas Marriott · 15 years ago
  85. 2cb2bb8 Support J and K for scroll up and scroll down in copy mode with vi keys, by Nicholas Marriott · 15 years ago
  86. 35ca994 Remove scroll mode which is now redundant, copy mode should be used instead. by Nicholas Marriott · 15 years ago
  87. 9400fda Make C-Up and C-Down in copy mode scroll the screen up and down one line by Nicholas Marriott · 15 years ago
  88. 45043eb tweak previous; by Jason McIntyre · 15 years ago
  89. d42b86d Get / and ? the right way round in vi mode, and use : for goto line rather than by Nicholas Marriott · 15 years ago
  90. 205857b Add a key string for space ("Space") and document the names, suggested by by Nicholas Marriott · 15 years ago
  91. 8fa1858 New lock-client and lock-session commands to lock an individual client or all by Nicholas Marriott · 15 years ago
  92. 9200a0b Support -c like sh(1) to execute a command, useful when tmux is a login by Nicholas Marriott · 15 years ago
  93. b01dcd7 Remove the internal tmux locking and instead detach each client and run the by Nicholas Marriott · 15 years ago
  94. 96dd3e8 Permit multiple prefix keys to be defined, separated by commas, for example: by Nicholas Marriott · 15 years ago
  95. b769aa5 zap trailing whitespace; by Jason McIntyre · 15 years ago
  96. 14ebcab run-shell command to run a shell command without opening a window, sending by Nicholas Marriott · 15 years ago
  97. 63d499f New option, set-titles-string, to allow the window title to be specified (as by Nicholas Marriott · 15 years ago
  98. 372a8cb Permit options such as status-bg to be configured using the entire 256 colour by Nicholas Marriott · 15 years ago
  99. 3f3b01c While the display-panes indicator is on screen, make the number keys select the by Nicholas Marriott · 15 years ago
  100. e97006b Permit embedded colour and attributes in status-left and status-right using new by Nicholas Marriott · 15 years ago