1. 03dca66 Add -F format to new-window and split-window to use with the -P flag, by Nicholas Marriott · 13 years ago
  2. f4fdddc Support "bracketed paste" mode. This adds a -p flag to paste-buffer - if by Nicholas Marriott · 13 years ago
  3. 07ac168 Add move-pane command (like join-pane but allows the same window). Also by Nicholas Marriott · 13 years ago
  4. 4e7de21 Allow a single option to be specified to show-options to show just that option. by Nicholas Marriott · 13 years ago
  5. aaf0bfc Use format for display-message, based on a diff from George Nachman. by Nicholas Marriott · 13 years ago
  6. fe7cf0b Document option values, particularly that omitting on|off for a flag is by Nicholas Marriott · 13 years ago
  7. efb639e Add -l flag to send-keys to send input literally (without translating by Nicholas Marriott · 13 years ago
  8. 908a22e Provide defined ways to set the various default-path possibilities: ~ by Nicholas Marriott · 13 years ago
  9. 677ed3e id -> ID; ok nicm by Jason McIntyre · 13 years ago
  10. 0e59bc7 Give each window a unique id, like panes but prefixed with @. Based on by Nicholas Marriott · 13 years ago
  11. 230d0fb Add an option to move the status line to the top of the screen, by Nicholas Marriott · 13 years ago
  12. e870a3f it's -> its. by Nicholas Marriott · 13 years ago
  13. 535286c Drop the ability to have a list of keys in the prefix in favour of two by Nicholas Marriott · 13 years ago
  14. 7f24020 Add strings to allow the aixterm bright colours to be used when by Nicholas Marriott · 13 years ago
  15. 66f0451 Add a -R flag to send-keys to reset the terminal. Written ages ago and by Nicholas Marriott · 13 years ago
  16. 8cf19ab Add some trivial additional status line attributes from jwcxz at users by Nicholas Marriott · 13 years ago
  17. 199d148 Remove trailing spaces. by Nicholas Marriott · 13 years ago
  18. dcad131 Add an option to disable the window rename escape sequence, from Romain by Nicholas Marriott · 13 years ago
  19. eeaf92a Add a man page section on window names and pane titles, from Felix Rosencrantz. by Nicholas Marriott · 13 years ago
  20. 16f9667 Show how to set default-path to revert to tmux's old behaviour of opening by Stuart Henderson · 13 years ago
  21. fdd1d0b Allow $HOME as default-path in tmux.conf so the same config file can be used by Stefan Sperling · 13 years ago
  22. da145e7 formatting errors, found using freebsd's "igor"; by Jason McIntyre · 13 years ago
  23. f308ba9 Change the way the working directory for new processes is discovered. If by Nicholas Marriott · 13 years ago
  24. e04d13f Support "jump to" like vi in copy mode using t and T keys. Also add x by Nicholas Marriott · 13 years ago
  25. fd25d35 Move word-separators to be a session rather than window option, from Ben by Nicholas Marriott · 13 years ago
  26. 6c1c304 Missing bits for new keys and buffer indexes, from Tiago Cunha by Nicholas Marriott · 13 years ago
  27. e5bf63c Option to change status line (message) background when using vi keys and by Nicholas Marriott · 13 years ago
  28. e5d6df8 minor formatting fix; by Jason McIntyre · 13 years ago
  29. 5ed3daf Didn't really think the else behaviour through - requiring argv to by Nicholas Marriott · 13 years ago
  30. 16d75a6 Add client formats, from Ben Boeckel. by Nicholas Marriott · 13 years ago
  31. 49ef0b4 Add a few more formats for panes (tty, pid, start cmd/cwd). by Nicholas Marriott · 13 years ago
  32. b1ed2d5 Add -S option to refresh-client to redraw status line, from Marco Beck. by Nicholas Marriott · 13 years ago
  33. f14da26 Tweaks to the format parts, from Tiago Cunha. by Nicholas Marriott · 13 years ago
  34. 2888843 tweak previous; by Jason McIntyre · 13 years ago
  35. 4a5dff3 Add initial framework for more powerful formatting of command output and by Nicholas Marriott · 13 years ago
  36. 0588168 Support \ for line continuation in the configuration file, from Julius Plenz. by Nicholas Marriott · 13 years ago
  37. f01b719 Add pane-base-index option, from Ben Barbour. by Nicholas Marriott · 13 years ago
  38. 88e9079 Add a -r flag to switch-client to toggle the client read-only flag. From by Nicholas Marriott · 13 years ago
  39. cf90f2a fix error in previous; by Jason McIntyre · 13 years ago
  40. cc5bcbf Extend the mode-mouse option to add a third choice which means the mouse by Nicholas Marriott · 13 years ago
  41. 0252796 Sort options alphabetically, from Tiago Cunha. by Nicholas Marriott · 13 years ago
  42. 2de9b1e Make confirm-before prompt customizable with -p option like by Nicholas Marriott · 13 years ago
  43. f12158b Add an option to trigger the terminal bell when there is an alert, from by Nicholas Marriott · 13 years ago
  44. 94f86ed Include the existing window and session name in the prompt when renaming by Nicholas Marriott · 13 years ago
  45. ad60a2c Allow the initial context on prompts to be set with the new -I option to by Nicholas Marriott · 13 years ago
  46. 65177b8 Add a respawn-pane command, from Marcel Partap. by Nicholas Marriott · 13 years ago
  47. f537870 Fix a typo, spotted by Michal Mazurek.. by Nicholas Marriott · 13 years ago
  48. 240cae4 tweak the TERMINFO section; ok nicm by Jason McIntyre · 14 years ago
  49. 1af2021 Pass prompts through status_replace so that they can be more helpful by Nicholas Marriott · 14 years ago
  50. 3ea5e06 Support DECSCUSR sequence to set the cursor style with two new by Nicholas Marriott · 14 years ago
  51. 944b5e6 Support xterm(1) cursor colour change sequences through terminfo(5) Cc by Nicholas Marriott · 14 years ago
  52. 96e7f33 Support setting the xterm clipboard when copying from copy mode using by Nicholas Marriott · 14 years ago
  53. 58908fd Add three new copy-mode commands - select-line, copy-line, by Nicholas Marriott · 14 years ago
  54. f3741f0 Add a new option, mouse-resize-pane. When on, panes may be resized by by Nicholas Marriott · 14 years ago
  55. 295ace6 Use the tsl and fsl terminfo(5) capabilities to update terminal title by Nicholas Marriott · 14 years ago
  56. eb288aa Provide #h for short hostname (no domain) from Michal Mazurek. by Nicholas Marriott · 14 years ago
  57. 8738141 When mode-mouse is on (it is off by default), automatically enter copy by Nicholas Marriott · 14 years ago
  58. 0bb2119 Add an option (mouse-select-window) which allows the mouse to be used by by Nicholas Marriott · 14 years ago
  59. 4e75e82 new sentence, new line; by Jason McIntyre · 14 years ago
  60. f443203 Add -t to list-clients, based on a diff from Zac Sprackett. by Nicholas Marriott · 14 years ago
  61. 3dc7b80 -s comes before -t and also add -s to command syntax. Prompted by jmc. by Nicholas Marriott · 14 years ago
  62. 735f87b Add -s option to detach all clients attached to a session, from Zac Sprackett. by Nicholas Marriott · 14 years ago
  63. 5d519ba Add a flag to cmd_find_session so that attach-session can prefer by Nicholas Marriott · 14 years ago
  64. f8a2188 "or" should be on a line on its own here so it is not emphasised as well. by Nicholas Marriott · 14 years ago
  65. d88c20e Change -t on display-message to be target-pane for the #[A-Z] by Nicholas Marriott · 14 years ago
  66. f19a4bf Add -a and -s options to lsp to list all panes in the server or session by Nicholas Marriott · 14 years ago
  67. 82e0165 Allow a start and end line to be specified for capture-pane which may be by Nicholas Marriott · 14 years ago
  68. 808502a Give each pane created in a tmux server a unique id (starting from 0), by Nicholas Marriott · 14 years ago
  69. 7954126 Add a -P option to detach to HUP the client's parent process (usually by Nicholas Marriott · 14 years ago
  70. 4f34e25 Support -x and -y for new-session to specify the initial size of the by Nicholas Marriott · 14 years ago
  71. fa4a75c Clarify alternate-screen description a little. by Nicholas Marriott · 14 years ago
  72. b3438c8 Use TMPDIR if set, from Han Boetes. by Nicholas Marriott · 14 years ago
  73. 17f1cd5 Remove a bit of text that makes exit-unattached description unclear. by Nicholas Marriott · 14 years ago
  74. c3041eb Add missing arguments to some options. by Nicholas Marriott · 14 years ago
  75. 703160b Accept colours of the hex form #ffffff and translate to the nearest from by Nicholas Marriott · 14 years ago
  76. 96c37fa Now that parsing is common, merge some of the small, related commands by Nicholas Marriott · 14 years ago
  77. ac3b78a Support for UTF-8 mouse input (\033[1005h). This was added in xterm 262 by Nicholas Marriott · 14 years ago
  78. a4515ce suspend-client has used -t for the client target (like everything else) by Nicholas Marriott · 14 years ago
  79. b6950ed Add a -P option to new-window and split-window to print the new window by Nicholas Marriott · 14 years ago
  80. 1a1efd5 fix trailing whitespace; by Jason McIntyre · 14 years ago
  81. 2b3c2fd Fix BUFFERS section now they are global. by Nicholas Marriott · 14 years ago
  82. cc42614 Change from a per-session stack of buffers to one global stack which is by Nicholas Marriott · 14 years ago
  83. efa8c93 tweak previous; by Jason McIntyre · 14 years ago
  84. 3e0bc05 Add a missing .Pp and sort options alphabetically, from Tiago Cunha. by Nicholas Marriott · 14 years ago
  85. c198664 Add other-pane-height and other-pane-width options, allowing the width by Nicholas Marriott · 14 years ago
  86. 51487ed Track the last session for a client and add a flag to switch-client and by Nicholas Marriott · 14 years ago
  87. 6be32c8 Rephrase a confusing sentence. by Nicholas Marriott · 14 years ago
  88. e26a351 Add an option to alert (monitor) for silence (lack of activity) in a by Nicholas Marriott · 14 years ago
  89. ebd0eb4 If VISUAL or EDITOR contains "vi", configure mode-keys and status-keys to vi. by Nicholas Marriott · 14 years ago
  90. 7e542d1 Update man page for update-environment. by Nicholas Marriott · 14 years ago
  91. 17b5656 Flag to flush all key bindings from Rob Paisley. by Nicholas Marriott · 14 years ago
  92. 023137a Typo, from Rob Paisley. by Nicholas Marriott · 14 years ago
  93. 5de84ec Add a last-pane command (bound to ; by default). Requested ages ago by by Nicholas Marriott · 14 years ago
  94. 1580afd Put "or" on new line from command with .Ic. by Nicholas Marriott · 14 years ago
  95. 9a7cde0 Two new options: by Nicholas Marriott · 14 years ago
  96. 2772557 detach-on-destroy is a session option, not server. by Nicholas Marriott · 14 years ago
  97. a22a6de Add -n and -p flags to switch-client to move to the next and previous by Nicholas Marriott · 14 years ago
  98. a471b5d some escapes i missed; by Jason McIntyre · 14 years ago
  99. 552c9cd Custom layouts. list-windows command displays the layout as a string (such as by Nicholas Marriott · 14 years ago
  100. 07a71fd Store the current working directory in the session, change the default-path by Nicholas Marriott · 14 years ago