1. 55db362 Add StatusLeft and StatusRight mouse key modifiers for the left and by nicm · 6 years ago
  2. 665f046 Add -Z to find-window as well. by nicm · 6 years ago
  3. 5c78b48 Point to glob in section 7 for the actual list of special characters instead by kn · 6 years ago
  4. 28a5bc8 Add a rectangle_toggle format, from Hirokazu Hata. by nicm · 6 years ago
  5. 98c4291 whitespace needed between macro args and punctuation; by jmc · 6 years ago
  6. cc743dc Add set-hook -R to run a hook immediately (useful to set multiple hooks by nicm · 6 years ago
  7. d254293 Add pane focus hooks. by nicm · 6 years ago
  8. ff45b2d Tweak previous - check for a NULL client and simplify manual text. by nicm · 6 years ago
  9. ba31d3a Increment the lines counter when skipping a line to avoid an infinite by nicm · 6 years ago
  10. b602c1f Document escaping inside conditionals, from "sadie-parayno" in GitHub by nicm · 6 years ago
  11. 2a04665 Allow escaping , and } with # in #{}; GitHub issue 1332. by nicm · 7 years ago
  12. 80994a8 Mention allow-rename with \033k. by nicm · 7 years ago
  13. 068d1b9 #aabbcc will use RGB if supported so don't say it is closest match. by nicm · 7 years ago
  14. e64d078 Fix || example. by nicm · 7 years ago
  15. c6975b3 Add x and X to choose-tree (with a confirmation prompt) to kill an by nicm · 7 years ago
  16. 508e2f0 Add -Z flag to choose-tree, choose-client, choose-buffer to by nicm · 7 years ago
  17. 623f4b1 Add exit-empty option to exit server if no sessions (defaults to on). by nicm · 7 years ago
  18. 5849b73 Add -I to pipe-pane to connect pane stdin as well as stdout, suggested by nicm · 7 years ago
  19. 5c82432 Remove duplicate WheelUp/WheelDown entries in list, GitHub issue 1184. by nicm · 7 years ago
  20. e5ae9dd Add -and-cancel variants for scrolling commands to exit copy mode when by nicm · 7 years ago
  21. 3b649d2 Add a common function for spreading out cells and use it for the two by nicm · 7 years ago
  22. 17655e5 Format for group list of "other sessions" is a bit weird, just list all by nicm · 7 years ago
  23. c1f62f1 Only show the first member of session groups in tree mode (-G flag disables). by nicm · 7 years ago
  24. e91e8a2 Fix crash exiting command prompt (from Alex Maese in GitHub issue 1139) by nicm · 7 years ago
  25. be4c016 Note that notifications are also hooks. by nicm · 7 years ago
  26. 578a63b Default allow-rename to off because it is ridiculous that applications by nicm · 7 years ago
  27. 8dd7761 Add P key to paste tagged in buffer mode, and trim some code that should by nicm · 7 years ago
  28. 0b4c408 Fix description of history_size, from Campbell Barton. by nicm · 7 years ago
  29. 9c4caf4 Support %else in config files to match %if, from Brad Town in GitHub issue 1071. by nicm · 7 years ago
  30. d8d6c27 Mention that filter is a format. by nicm · 7 years ago
  31. eadd79a Move to current mouse position not last when clcking in copy mode; fixes by nicm · 7 years ago
  32. f4848b4 Add selectp -T to set pane title. by nicm · 7 years ago
  33. 08b1251 Key (v) and flag (-N) to toggle preview in choose modes. by nicm · 7 years ago
  34. 768740a Fix example for user-keys. by nicm · 7 years ago
  35. 8daa1d5 Add monitor-bell window option to match the activity and silence by nicm · 7 years ago
  36. c6a8ad2 Add -d flag to display-panes to specify timeout, and make 0 mean no by nicm · 7 years ago
  37. 5dd5543 Add -F to choose-tree, choose-client, choose-buffer to specify the by nicm · 7 years ago
  38. 6f9b965 Add selection_present format so commands in copy mode can use it, GitHub by nicm · 7 years ago
  39. 3df7c91 Add pane_at_left/right/top/bottom formats, from Amos Bird. by nicm · 7 years ago
  40. 76887b1 Make bell, activity and silence alerting more consistent: by nicm · 7 years ago
  41. 11e2af6 Add -c for respawn-pane and respawn-window, from J Raynor. by nicm · 7 years ago
  42. 9913cce Add a pane_pipe format to show if pipe-pane is active, GitHub issue 990. by nicm · 7 years ago
  43. 53d4ed2 < and > keys to scroll preview list left and right in tree mode. by nicm · 7 years ago
  44. 8b0fd63 Use 100 as the example for command-alias because the defaults are from 0 by nicm · 7 years ago
  45. 1e376be Fix visual-silence (check accidentally the wrong way round), from Brad by nicm · 7 years ago
  46. 95ed7d4 Add user-keys option to allow user-defined keys to be set, from Dan Aloni. by nicm · 7 years ago
  47. adcd5af Extend filters (f key) to buffer and client mode and add -f flag to by nicm · 7 years ago
  48. bab4da5 Add -O option to choose-* to set initial sort order. by nicm · 7 years ago
  49. 74b2dea Add a hook when the clipboard is set. by nicm · 7 years ago
  50. 405cc33 Add simple searching (C-s and n) to the various choose modes: by name by nicm · 7 years ago
  51. adf5628 Support SIGUSR2 to stop and start logging for an existing server. Also by nicm · 7 years ago
  52. 1840390 Typo/style; plus man page escaping from jmc. by nicm · 7 years ago
  53. 3442066 Make set-clipboard a three-state option so tmux itself can ignore the by nicm · 7 years ago
  54. aad4e4d Rewrite of choose mode, both to simplify and tidy the code and to add by nicm · 7 years ago
  55. a2ace9d Add ||, && format operators and C: to search pane content. by nicm · 7 years ago
  56. 1257501 Add m: for fnmatch(3) format matching. by nicm · 7 years ago
  57. 1525344 Tweak text to mention initial size, from John Hood. by nicm · 7 years ago
  58. b519551 Expand formats in option names and add -F flag to do so in option values as well. by nicm · 8 years ago
  59. 5fee463 Add a format for the name of the pane's mode, lets it be used as a by nicm · 8 years ago
  60. 2fef10b Add some formats to look at the session window stack, suggested by Scott by nicm · 8 years ago
  61. d98d316 Some new notifications, mainly for active pane and current window and session: by nicm · 8 years ago
  62. ca6a121 Add a format for the last search string in copy mode and fix the prompt by nicm · 8 years ago
  63. c12711a Default for xterm-keys was wrong, stop documenting it. by nicm · 8 years ago
  64. 59ff9b8 Typo in example. by nicm · 8 years ago
  65. 0b44ad9 If a #() command doesn't exit, use its most recent line of output (it by nicm · 8 years ago
  66. fa6deb5 When the data we have buffered to write to a terminal grows beyond a by nicm · 8 years ago
  67. fb3c5ef Add a format for number of bytes writtent to client, useful for debugging. by nicm · 8 years ago
  68. 9b28200 Give each client a name. This defaults to the tty name as before but by nicm · 8 years ago
  69. df3ab87 Add support for the strikethrough attribute (SGR 9), using the new smxx by nicm · 8 years ago
  70. 640d9e5 "status bar" -> "status line" for consistency, from Benjamin Dopplinger. by nicm · 8 years ago
  71. d22c151 Don't use a bufferevent for the tty, so we can keep better track of what by nicm · 8 years ago
  72. c6a3446 Instead of numbering session groups, give them a name which may be given by nicm · 8 years ago
  73. 8de4c15 Document refresh-client -C. by nicm · 8 years ago
  74. b7ddfb3 Don't lie about the default size in the man page. by nicm · 8 years ago
  75. dd0c814 Implement "all event" (1003) mouse mode but in a way that works. The by nicm · 8 years ago
  76. b6099f3 Add -n to break-pane. by nicm · 8 years ago
  77. 0a63ab4 If xterm-keys is on, use xterm(1) style keys for Home and End as well as by nicm · 8 years ago
  78. 4b2821f Make update-environment an array as well. by nicm · 8 years ago
  79. b77dd75 Convert terminal-overrides to an array option. by nicm · 8 years ago
  80. 16e43d6 Remove some lies about terminal-overrides from tmux.1. by nicm · 8 years ago
  81. 85338bb Add support for custom command aliases, this is an array option which by nicm · 8 years ago
  82. 95950bf Add -E to detach-client to exec a command to replace the client instead by nicm · 8 years ago
  83. bf6a5c0 Add a format for terminal type. by nicm · 8 years ago
  84. e781422 Some manpage fixes: rephrase a convoluted sentence, make the names of by nicm · 8 years ago
  85. 40fddfb avoid unneccessary markup; tweaked and ok nicm by jmc · 8 years ago
  86. d2d9846 Add %if/%endif for conditionals when parsing configuration files, the by nicm · 8 years ago
  87. 844f2ea Add simple comparisons in formats: #{==:a,b} and #{!=:a,b} ("a" and "b" by nicm · 8 years ago
  88. 5330a2a Run the source-file pattern through glob(3). by nicm · 8 years ago
  89. c05002b Add note about ccc and initc so people who want it can see it is possible. by nicm · 8 years ago
  90. 461217d Incremental search in copy mode (on for emacs keys by default) - much by nicm · 8 years ago
  91. 6b46c62 Make send -N work for all keys, not just in copy mode. From Artem Fokin. by nicm · 8 years ago
  92. 7e6c2cb Make the selection able to exist independent of the cursor position, so by nicm · 8 years ago
  93. 9fe43d6 Add copy-pipe-and-cancel, from Artem Fokin. by nicm · 8 years ago
  94. 8084a2c Add %%% to substitute with quotes escaped (convert " to \"). Use this by nicm · 8 years ago
  95. fb109ae xterm-keys was in the wrong place in the list; Dilyan Palauzov. by nicm · 8 years ago
  96. 41e633a Use the notify name string instead of going via an enum and change by nicm · 8 years ago
  97. d15d54c Add hook_session and hook_window formats to get information on the by nicm · 8 years ago
  98. ddc4512 Rewrite command queue handling. Each client still has a command queue, by nicm · 8 years ago
  99. 4fbf564 zap double .Pp; by jmc · 8 years ago
  100. 63b2547 Fire hooks on the simple notifys (window-renamed and session-renamed), by nicm · 8 years ago