1. 2372b0f Add a flag to make a client wait for an empty line before exiting in by nicm · 4 years, 5 months ago
  2. 1bf9555 d and D keys to reset to default in customize mode. by nicm · 4 years, 5 months ago
  3. 1c78155 Add -b flags to insert a window before (like the existing -a for after) by nicm · 4 years, 6 months ago
  4. 4c3bdc5 move-pane also defaults to marked pane now, reported by Ben Challenor. by nicm · 4 years, 6 months ago
  5. 63c2ed1 Add some formats for search in copy mode (search_present, search_match). by nicm · 4 years, 6 months ago
  6. 50ee414 Add a -A option to pause a pane manually. by nicm · 4 years, 6 months ago
  7. 23d79cf Instead of a buffer size limit on each pane, set a limit of 300 seconds by nicm · 4 years, 6 months ago
  8. fddcad6 When the pause-after flag is set, send an alternative %extended-output by nicm · 4 years, 6 months ago
  9. c586208 Add support for pausing a pane when the output buffered for a control by nicm · 4 years, 6 months ago
  10. a9bf536 Correct respawn-* - they don't always use the creation command. by nicm · 4 years, 6 months ago
  11. b3782d2 Instead of using a custom parse function to process {}, treat it as a by nicm · 4 years, 6 months ago
  12. 175e450 Add -i to find-window to ignore case. by nicm · 4 years, 6 months ago
  13. 2ced370 Tweak some out of date bits, reported by bcgraham. by nicm · 4 years, 6 months ago
  14. 31e3f2d Support code for control mode flow control: allow clients to have by nicm · 4 years, 6 months ago
  15. 0ab82d9 Add a terminal feature for enable/disable extended keys (supported by by nicm · 4 years, 6 months ago
  16. e2a2674 Add an option to set the pane border lines style from a choice of single by nicm · 4 years, 6 months ago
  17. 303d342 Add a client flag 'active-pane' which stores the active pane in the by nicm · 4 years, 6 months ago
  18. ff8dd15 Add a mark in copy mode. Set with set-mark command (bound to 'X') by by nicm · 4 years, 6 months ago
  19. dceb6a1 Add a -D flag to ask tmux not to daemonize, useful both for running a by nicm · 4 years, 6 months ago
  20. d67245c Add a customize mode where keys and options may be browsed and changed, by nicm · 4 years, 6 months ago
  21. daa9581 Allow a custom time format to be given to the t format modifier. by nicm · 4 years, 6 months ago
  22. 367b4e4 Change message log to be per server rather than per client and include by nicm · 4 years, 6 months ago
  23. 4de0bd4 Add M-+ and M-- to expand and collapse all items in tree mode. by nicm · 4 years, 6 months ago
  24. cf9badd Change the existing client flags for control mode to apply for any by nicm · 4 years, 6 months ago
  25. 469eda7 Only redraw popup on the client it belongs to. by nicm · 4 years, 6 months ago
  26. edeb81b Add -e for new-session to set environment variables. by nicm · 4 years, 6 months ago
  27. 7859545 Add 'e' key in buffer mode to open the buffer in an editor. by nicm · 4 years, 6 months ago
  28. 463864f Add -W and -T flags to command-prompt to only complete a window and a by nicm · 4 years, 6 months ago
  29. 2391fe2 Copy mode search improvements: by nicm · 4 years, 6 months ago
  30. aebeeec Add feature and capabilities for focus reporting. Also document AX and by nicm · 4 years, 6 months ago
  31. 4e0a718 Add extension terminfo(5) capabilities for margins. by nicm · 4 years, 6 months ago
  32. 471f697 Add an attribute for ACS. by nicm · 4 years, 6 months ago
  33. 0dd1944 Tweak the default choose modes formats: by nicm · 4 years, 6 months ago
  34. 18886cb ce examples of "Ar arg Ar arg" with "Ar arg arg" and stop the spread; by jmc · 4 years, 7 months ago
  35. 950af33 Improve join-pane, move-pane and break-pane: by nicm · 4 years, 7 months ago
  36. 662728d Add a session_marked format like window_marked. by nicm · 4 years, 7 months ago
  37. de5163a Change so main-pane-width and height can be given as a percentage. by nicm · 4 years, 7 months ago
  38. 2083a6e Change how sync works to always send the end sequence after all output by nicm · 4 years, 7 months ago
  39. 135bb1e Change the Sync capability to be a string instead of a flag. by nicm · 4 years, 7 months ago
  40. c91b4b2 Tidy up the terminal detection and feature code and add named sets of by nicm · 4 years, 7 months ago
  41. e153b92 Add formats for pane written/skipped bytes for debugging. by nicm · 4 years, 7 months ago
  42. 5aba26f Add a copy-command option and change copy-pipe and friends to pipe to it by nicm · 4 years, 7 months ago
  43. b2443aa Add support for the iTerm2 sychronized updates escape sequence which by nicm · 4 years, 7 months ago
  44. 9cbe967 Change so that the appropriate hooks for windows and panes belong to by nicm · 4 years, 8 months ago
  45. de6b30a Mention RGB, pointed out by Jody Frankowski. by nicm · 4 years, 8 months ago
  46. 756591b Add a -f filter argument to the list commands like choose-tree. by nicm · 4 years, 8 months ago
  47. 70534cf Clarify a couple of style options. by nicm · 4 years, 8 months ago
  48. 1c433f1 Remove unused define, also a man fix from jmc. by nicm · 4 years, 8 months ago
  49. c0602f3 Now that copy mode copies the pane content rather than keeping a by nicm · 4 years, 8 months ago
  50. ff135b3 Mention paste at same place as copy, suggested by John Boyle. by nicm · 4 years, 8 months ago
  51. 5d0eb61 Restore pane_current_path format from portable tmux, it is no longer by nicm · 4 years, 8 months ago
  52. 77b827f Change copy mode to make copy of the pane history so it does not need to by nicm · 4 years, 8 months ago
  53. fccce69 Add an argument to list-commands to show only a single command. by nicm · 4 years, 8 months ago
  54. 90f4e14 Add a W position to display-menu -y to use the line above (or below) the by nicm · 4 years, 8 months ago
  55. 46ed81f Performance improvements for regex searching, most notably: by nicm · 4 years, 8 months ago
  56. 38f1546 Add a way to mark environment variables as "hidden" so they can be used by nicm · 4 years, 8 months ago
  57. e221ef2 Add a -T flag to resize-pane to trim lines below the cursor, moving by nicm · 4 years, 8 months ago
  58. e6d1b67 Add non-regex search variants to avoid the performance cost for people by nicm · 4 years, 8 months ago
  59. cc8b41f Add a way to mark environment variables as "hidden" so they can be used by nicm · 4 years, 8 months ago
  60. e6cddcf Add a -T flag to resize-pane to trim lines below the cursor, moving by nicm · 4 years, 8 months ago
  61. 2624edd Add non-regex search variants to avoid the performance cost for people by nicm · 4 years, 8 months ago
  62. 2ca9584 Add session_path from Chris Ruegge in GitHub issue 2142. by nicm · 4 years, 8 months ago
  63. 0dd4977 Add a "second click" key type which is fired for the second click of a by nicm · 4 years, 8 months ago
  64. 2a4714e Add session_path from Chris Ruegge in GitHub issue 2142. by nicm · 4 years, 8 months ago
  65. 01b3bb8 Add a "second click" key type which is fired for the second click of a by nicm · 4 years, 8 months ago
  66. 593fddf Make two -E only close popup automatically if the command exited with 0. by nicm · 4 years, 8 months ago
  67. e0b17e7 Add formats for top paste buffer by default. Also a tmux.1 fix from jmc. by nicm · 4 years, 8 months ago
  68. 8a838b0 Add support for overlay popup boxes to show text or output temporarily by nicm · 4 years, 8 months ago
  69. 06c3079 Make the mouse_word and mouse_line formats work in copy mode and enable by nicm · 4 years, 8 months ago
  70. 581ed71 Add C position for terminal centre with display-menu -x and -y. by nicm · 4 years, 8 months ago
  71. 6571dd5 Tidy up the default mouse key bindings and: by nicm · 4 years, 9 months ago
  72. 516f609 Add a -d flag to run-shell to wait for delay before running the command, by nicm · 4 years, 9 months ago
  73. 7863445 Add a copy-mode -H flag to hide the position marker in the top right. by nicm · 4 years, 9 months ago
  74. b8b48e2 Add C-g to cancel command prompt with vi(1) keys as well as emacs, and q by nicm · 4 years, 9 months ago
  75. c820585 Add some number operators for formats, from Tyler Culp. by nicm · 4 years, 9 months ago
  76. 229be03 Add selection_active format for when the selection is present but not by nicm · 4 years, 9 months ago
  77. a1f6bd5 Add -a to list-keys to also list keys without notes with -N, suggested by nicm · 4 years, 10 months ago
  78. dc882ad Remove unused variables from Ben Boeckel, and a Pp from jmc. by nicm · 4 years, 10 months ago
  79. fb29242 Make list-keys description clearer in tmux.1 and remove an unused variable. by nicm · 4 years, 10 months ago
  80. 7a15d10 Remove extra Pp (from jmc) and add a missing word. by nicm · 4 years, 10 months ago
  81. f165221 Reduce a difference with portable tmux by adding the -V flag and by nicm · 4 years, 10 months ago
  82. 2c38e01 Expand description of start-server. by nicm · 4 years, 10 months ago
  83. d0b8d03 Add support for adding a note to a key binding (with bind-key -N) and by nicm · 4 years, 10 months ago
  84. 9169ee0 Mention swap-window -d, GitHub issue 2068. by nicm · 4 years, 10 months ago
  85. 193e637 The terminal type was never as much use as I expected so remove it in by nicm · 4 years, 11 months ago
  86. ac85a3e Document client exit messages. by nicm · 4 years, 11 months ago
  87. 817d199 Add a number of new formats to inspect what sessions and clients a by nicm · 4 years, 11 months ago
  88. 07e3747 Fix name of option, GitHub issue 2030. by nicm · 4 years, 11 months ago
  89. 2349b1d Make a best effort to set xpixel and ypixel for each pane and add by nicm · 4 years, 12 months ago
  90. 067604b Store xpixel/ypixel from TIOCGWINSZ and add formats. by nicm · 4 years, 12 months ago
  91. 1ebd8c1 Add p format modifier for padding to width. by nicm · 5 years ago
  92. 350a434 Add -f for full size to join-pane (like split-window), from Theo Buehler. by nicm · 5 years ago
  93. f3dc38d Handle OSC 7 (a VTE extension) and put the result in a new format (pane_path). by nicm · 5 years ago
  94. 08b07b1 Add an option to set the key sent by backspace for those whose system by nicm · 5 years ago
  95. c225262 Add -F flag to send-keys to expand formats in search-backward and by nicm · 5 years ago
  96. 6700018 Document Any key, from Jason Felice. by nicm · 5 years ago
  97. f7fb5df Use the existing code in format.c to add foramts for word and line at by nicm · 5 years ago
  98. 56e5067 Add formats for cursor and selection position in copy mode, from Jason Felice. by nicm · 5 years ago
  99. 0c5e9c6 Add support for percentage sizes for resize-pane ("-x 10%"). Also change by nicm · 5 years ago
  100. 647887b Add a "latest" window-size option which tries to size windows based on by nicm · 5 years ago