1. 77b1290 More accurate vi(1) word navigation in copy mode and on the status line. by nicm · 3 years, 4 months ago
  2. 1bbdd2a Add -F for command-prompt and use it to fix "Rename" on the window menu, by nicm · 3 years, 4 months ago
  3. 8661176 Add different command historys for different types of prompts by nicm · 3 years, 4 months ago
  4. 84e2216 Change resize timers and flags into one timer and a queue which is by nicm · 3 years, 4 months ago
  5. 0c5cbbb Three changes to fix problems with xterm in VT340 mode, reported by by nicm · 3 years, 4 months ago
  6. 64c276c Add an "always" value to the extended-keys option to always forward by nicm · 3 years, 4 months ago
  7. 33f9b08 %begin now has three arguments, not two. GitHubs issue 2646. by nicm · 3 years, 6 months ago
  8. e6abe55 Add a flag to disable keys to close a message, GitHub issue 2625. by nicm · 3 years, 6 months ago
  9. cd208c9 Permit shortcut keys in buffer, client, tree modes to be configured with by nicm · 3 years, 6 months ago
  10. 71fc9f3 Add a current_file format for the config file being parsed. Originally by nicm · 3 years, 6 months ago
  11. 6c98f22 Missing commas, from Vipul Kumar. by nicm · 3 years, 7 months ago
  12. 8b800b4 Add client-detached notification in control mode, from Mohsin Kaleem. by nicm · 3 years, 7 months ago
  13. 3eb91ef Add an "absolute-centre" alignment to use the centre of the total space by nicm · 3 years, 7 months ago
  14. d98f9f7 Add split-window -Z to start the pane zoomed, GitHub issue 2591. by nicm · 3 years, 7 months ago
  15. c447507 Drop support for popups where the content is provided directly to tmux by nicm · 3 years, 8 months ago
  16. de3a898 escape quotes and remove some unneccessary Pp; ok nicm by jmc · 3 years, 8 months ago
  17. b6dfb99 Add some text with examples of ; as a separator, GitHub issues 2522 and 2580. by nicm · 3 years, 8 months ago
  18. dd7006c Add a couple of format variables for active and last window index. by nicm · 3 years, 8 months ago
  19. 6876381 Move config file path expansion much earlier, keep the list of paths by nicm · 3 years, 8 months ago
  20. 6642706 Support X11 colour names and some other variations for OSC 10/11, also by nicm · 3 years, 8 months ago
  21. 3218695 Use ~/.tmux.conf as an example rather than /etc/passwd, suggested by deraadt@. by nicm · 3 years, 8 months ago
  22. e3005e5 Add "pipe" variants of the "copy-pipe" commands which do not copy, from by nicm · 3 years, 8 months ago
  23. 1e29ebd In the end UTF-8 did not become a terminal feature, should not be listed by nicm · 3 years, 8 months ago
  24. 3dddc11 Send Unicode directional isolate characters around horizontal pane by nicm · 3 years, 8 months ago
  25. be471c3 Add a -S flag to new-window to make it select the existing window if one by nicm · 3 years, 8 months ago
  26. 5c48086 article fixes; from eddie youseph by jmc · 3 years, 9 months ago
  27. 5092215 Add a no-detached choice to detach-on-destroy which detaches only if by nicm · 3 years, 9 months ago
  28. 255802d Trim output overwritten by later text or clears completely rather than by nicm · 3 years, 9 months ago
  29. bba71f6 Add rectangle-on and rectangle-off copy mode commands, GitHub isse 2546 by nicm · 3 years, 9 months ago
  30. fb774b7 Change so that window_flags escapes # automatically which means configs by nicm · 3 years, 9 months ago
  31. 71c590a Add -N flag to never start server even if command would normally do so, by nicm · 3 years, 9 months ago
  32. bd0fb22 Add a variant of remain-on-exit that only keeps the pane if the program by nicm · 3 years, 10 months ago
  33. 606bd5f Add a -C flag to run-shell to use a tmux command rather than a shell command. by nicm · 3 years, 10 months ago
  34. 8bd29a3 Make synchronize-panes a pane option and add -U flag to set-option to by nicm · 3 years, 10 months ago
  35. fd451aa Redraw any visible modes when status line changes so that formats like by nicm · 3 years, 11 months ago
  36. 9a74bba Make replacement of ##s consistent when drawing formats, whether by nicm · 3 years, 11 months ago
  37. 33046ec Ignore running command when checking for no-hooks flag if it is blocked. by nicm · 3 years, 11 months ago
  38. 76cfb5f Add -N flag to display-panes to ignore keys, GitHub issue 2473. by nicm · 3 years, 11 months ago
  39. 61e55fa Change how escaping is processed for formats so that ## and # can be by nicm · 3 years, 11 months ago
  40. 9d83c5e Expand menu and popup -x and -y as a format, from teo_paul1 at yahoo dot by nicm · 3 years, 12 months ago
  41. ac5045a Add numeric comparisons for formats, from teo_paul1 at yahoo dot com in by nicm · 3 years, 12 months ago
  42. 649e597 Add a -O flag to display-menu to change the mouse behaviour and not by nicm · 3 years, 12 months ago
  43. 4dc76e0 Escape ! in Ql by tim · 4 years ago
  44. 8d9ea1b Trim "s from process names; also fix a default format in man page. by nicm · 4 years ago
  45. c8f3736 Use the setal capability as well as (tmux's) Setulc. by nicm · 4 years ago
  46. d6680b9 Move a sentence to the right command. by nicm · 4 years, 1 month ago
  47. 3206869 Add -q flag to unbind-key to hide errors, GitHub issue 2381. by nicm · 4 years, 1 month ago
  48. 37b1600 Add a -w flag to set- and load-buffer to send to clipboard using OSC 52. by nicm · 4 years, 2 months ago
  49. 60860ac Add -F to set-environment and source-file; GitHub issue 2359. by nicm · 4 years, 2 months ago
  50. 2ab2899 Add pane_last format, GitHub issue 2353. by nicm · 4 years, 2 months ago
  51. d095752 Add n: modifier to get length of a format, also automatically expand by nicm · 4 years, 2 months ago
  52. 40e65c5 Add a -d option to display-message to set delay, from theonekeyg at by nicm · 4 years, 3 months ago
  53. f26b7b7 Clarify /tmp permissions and use, GitHub issue 2300. by nicm · 4 years, 3 months ago
  54. 66d5e5d Add a way for control mode clients to subscribe to a format and be by nicm · 4 years, 3 months ago
  55. 43e1577 Missing word, from annihilannic at hotmail dot com, GitHub issue 2288. by nicm · 4 years, 4 months ago
  56. 2372b0f Add a flag to make a client wait for an empty line before exiting in by nicm · 4 years, 4 months ago
  57. 1bf9555 d and D keys to reset to default in customize mode. by nicm · 4 years, 4 months ago
  58. 1c78155 Add -b flags to insert a window before (like the existing -a for after) by nicm · 4 years, 4 months ago
  59. 4c3bdc5 move-pane also defaults to marked pane now, reported by Ben Challenor. by nicm · 4 years, 4 months ago
  60. 63c2ed1 Add some formats for search in copy mode (search_present, search_match). by nicm · 4 years, 4 months ago
  61. 50ee414 Add a -A option to pause a pane manually. by nicm · 4 years, 4 months ago
  62. 23d79cf Instead of a buffer size limit on each pane, set a limit of 300 seconds by nicm · 4 years, 4 months ago
  63. fddcad6 When the pause-after flag is set, send an alternative %extended-output by nicm · 4 years, 4 months ago
  64. c586208 Add support for pausing a pane when the output buffered for a control by nicm · 4 years, 5 months ago
  65. a9bf536 Correct respawn-* - they don't always use the creation command. by nicm · 4 years, 5 months ago
  66. b3782d2 Instead of using a custom parse function to process {}, treat it as a by nicm · 4 years, 5 months ago
  67. 175e450 Add -i to find-window to ignore case. by nicm · 4 years, 5 months ago
  68. 2ced370 Tweak some out of date bits, reported by bcgraham. by nicm · 4 years, 5 months ago
  69. 31e3f2d Support code for control mode flow control: allow clients to have by nicm · 4 years, 5 months ago
  70. 0ab82d9 Add a terminal feature for enable/disable extended keys (supported by by nicm · 4 years, 5 months ago
  71. e2a2674 Add an option to set the pane border lines style from a choice of single by nicm · 4 years, 5 months ago
  72. 303d342 Add a client flag 'active-pane' which stores the active pane in the by nicm · 4 years, 5 months ago
  73. ff8dd15 Add a mark in copy mode. Set with set-mark command (bound to 'X') by by nicm · 4 years, 5 months ago
  74. dceb6a1 Add a -D flag to ask tmux not to daemonize, useful both for running a by nicm · 4 years, 5 months ago
  75. d67245c Add a customize mode where keys and options may be browsed and changed, by nicm · 4 years, 5 months ago
  76. daa9581 Allow a custom time format to be given to the t format modifier. by nicm · 4 years, 5 months ago
  77. 367b4e4 Change message log to be per server rather than per client and include by nicm · 4 years, 5 months ago
  78. 4de0bd4 Add M-+ and M-- to expand and collapse all items in tree mode. by nicm · 4 years, 5 months ago
  79. cf9badd Change the existing client flags for control mode to apply for any by nicm · 4 years, 5 months ago
  80. 469eda7 Only redraw popup on the client it belongs to. by nicm · 4 years, 5 months ago
  81. edeb81b Add -e for new-session to set environment variables. by nicm · 4 years, 5 months ago
  82. 7859545 Add 'e' key in buffer mode to open the buffer in an editor. by nicm · 4 years, 5 months ago
  83. 463864f Add -W and -T flags to command-prompt to only complete a window and a by nicm · 4 years, 5 months ago
  84. 2391fe2 Copy mode search improvements: by nicm · 4 years, 5 months ago
  85. aebeeec Add feature and capabilities for focus reporting. Also document AX and by nicm · 4 years, 5 months ago
  86. 4e0a718 Add extension terminfo(5) capabilities for margins. by nicm · 4 years, 5 months ago
  87. 471f697 Add an attribute for ACS. by nicm · 4 years, 5 months ago
  88. 0dd1944 Tweak the default choose modes formats: by nicm · 4 years, 5 months ago
  89. 18886cb ce examples of "Ar arg Ar arg" with "Ar arg arg" and stop the spread; by jmc · 4 years, 6 months ago
  90. 950af33 Improve join-pane, move-pane and break-pane: by nicm · 4 years, 6 months ago
  91. 662728d Add a session_marked format like window_marked. by nicm · 4 years, 6 months ago
  92. de5163a Change so main-pane-width and height can be given as a percentage. by nicm · 4 years, 6 months ago
  93. 2083a6e Change how sync works to always send the end sequence after all output by nicm · 4 years, 6 months ago
  94. 135bb1e Change the Sync capability to be a string instead of a flag. by nicm · 4 years, 6 months ago
  95. c91b4b2 Tidy up the terminal detection and feature code and add named sets of by nicm · 4 years, 6 months ago
  96. e153b92 Add formats for pane written/skipped bytes for debugging. by nicm · 4 years, 6 months ago
  97. 5aba26f Add a copy-command option and change copy-pipe and friends to pipe to it by nicm · 4 years, 6 months ago
  98. b2443aa Add support for the iTerm2 sychronized updates escape sequence which by nicm · 4 years, 6 months ago
  99. 9cbe967 Change so that the appropriate hooks for windows and panes belong to by nicm · 4 years, 6 months ago
  100. de6b30a Mention RGB, pointed out by Jody Frankowski. by nicm · 4 years, 6 months ago