1. 8b0fd63 Use 100 as the example for command-alias because the defaults are from 0 by nicm · 7 years ago
  2. 1e376be Fix visual-silence (check accidentally the wrong way round), from Brad by nicm · 7 years ago
  3. 95ed7d4 Add user-keys option to allow user-defined keys to be set, from Dan Aloni. by nicm · 7 years ago
  4. adcd5af Extend filters (f key) to buffer and client mode and add -f flag to by nicm · 7 years ago
  5. bab4da5 Add -O option to choose-* to set initial sort order. by nicm · 7 years ago
  6. 74b2dea Add a hook when the clipboard is set. by nicm · 7 years ago
  7. 405cc33 Add simple searching (C-s and n) to the various choose modes: by name by nicm · 7 years ago
  8. adf5628 Support SIGUSR2 to stop and start logging for an existing server. Also by nicm · 7 years ago
  9. 1840390 Typo/style; plus man page escaping from jmc. by nicm · 7 years ago
  10. 3442066 Make set-clipboard a three-state option so tmux itself can ignore the by nicm · 7 years ago
  11. aad4e4d Rewrite of choose mode, both to simplify and tidy the code and to add by nicm · 7 years ago
  12. a2ace9d Add ||, && format operators and C: to search pane content. by nicm · 7 years ago
  13. 1257501 Add m: for fnmatch(3) format matching. by nicm · 7 years ago
  14. 1525344 Tweak text to mention initial size, from John Hood. by nicm · 7 years ago
  15. b519551 Expand formats in option names and add -F flag to do so in option values as well. by nicm · 7 years ago
  16. 5fee463 Add a format for the name of the pane's mode, lets it be used as a by nicm · 7 years ago
  17. 2fef10b Add some formats to look at the session window stack, suggested by Scott by nicm · 7 years ago
  18. d98d316 Some new notifications, mainly for active pane and current window and session: by nicm · 7 years ago
  19. ca6a121 Add a format for the last search string in copy mode and fix the prompt by nicm · 7 years ago
  20. c12711a Default for xterm-keys was wrong, stop documenting it. by nicm · 7 years ago
  21. 59ff9b8 Typo in example. by nicm · 7 years ago
  22. 0b44ad9 If a #() command doesn't exit, use its most recent line of output (it by nicm · 7 years ago
  23. fa6deb5 When the data we have buffered to write to a terminal grows beyond a by nicm · 8 years ago
  24. fb3c5ef Add a format for number of bytes writtent to client, useful for debugging. by nicm · 8 years ago
  25. 9b28200 Give each client a name. This defaults to the tty name as before but by nicm · 8 years ago
  26. df3ab87 Add support for the strikethrough attribute (SGR 9), using the new smxx by nicm · 8 years ago
  27. 640d9e5 "status bar" -> "status line" for consistency, from Benjamin Dopplinger. by nicm · 8 years ago
  28. d22c151 Don't use a bufferevent for the tty, so we can keep better track of what by nicm · 8 years ago
  29. c6a3446 Instead of numbering session groups, give them a name which may be given by nicm · 8 years ago
  30. 8de4c15 Document refresh-client -C. by nicm · 8 years ago
  31. b7ddfb3 Don't lie about the default size in the man page. by nicm · 8 years ago
  32. dd0c814 Implement "all event" (1003) mouse mode but in a way that works. The by nicm · 8 years ago
  33. b6099f3 Add -n to break-pane. by nicm · 8 years ago
  34. 0a63ab4 If xterm-keys is on, use xterm(1) style keys for Home and End as well as by nicm · 8 years ago
  35. 4b2821f Make update-environment an array as well. by nicm · 8 years ago
  36. b77dd75 Convert terminal-overrides to an array option. by nicm · 8 years ago
  37. 16e43d6 Remove some lies about terminal-overrides from tmux.1. by nicm · 8 years ago
  38. 85338bb Add support for custom command aliases, this is an array option which by nicm · 8 years ago
  39. 95950bf Add -E to detach-client to exec a command to replace the client instead by nicm · 8 years ago
  40. bf6a5c0 Add a format for terminal type. by nicm · 8 years ago
  41. e781422 Some manpage fixes: rephrase a convoluted sentence, make the names of by nicm · 8 years ago
  42. 40fddfb avoid unneccessary markup; tweaked and ok nicm by jmc · 8 years ago
  43. d2d9846 Add %if/%endif for conditionals when parsing configuration files, the by nicm · 8 years ago
  44. 844f2ea Add simple comparisons in formats: #{==:a,b} and #{!=:a,b} ("a" and "b" by nicm · 8 years ago
  45. 5330a2a Run the source-file pattern through glob(3). by nicm · 8 years ago
  46. c05002b Add note about ccc and initc so people who want it can see it is possible. by nicm · 8 years ago
  47. 461217d Incremental search in copy mode (on for emacs keys by default) - much by nicm · 8 years ago
  48. 6b46c62 Make send -N work for all keys, not just in copy mode. From Artem Fokin. by nicm · 8 years ago
  49. 7e6c2cb Make the selection able to exist independent of the cursor position, so by nicm · 8 years ago
  50. 9fe43d6 Add copy-pipe-and-cancel, from Artem Fokin. by nicm · 8 years ago
  51. 8084a2c Add %%% to substitute with quotes escaped (convert " to \"). Use this by nicm · 8 years ago
  52. fb109ae xterm-keys was in the wrong place in the list; Dilyan Palauzov. by nicm · 8 years ago
  53. 41e633a Use the notify name string instead of going via an enum and change by nicm · 8 years ago
  54. d15d54c Add hook_session and hook_window formats to get information on the by nicm · 8 years ago
  55. ddc4512 Rewrite command queue handling. Each client still has a command queue, by nicm · 8 years ago
  56. 4fbf564 zap double .Pp; by jmc · 8 years ago
  57. 63b2547 Fire hooks on the simple notifys (window-renamed and session-renamed), by nicm · 8 years ago
  58. 0ec18e5 Missing flags in capture-pane, and tweak choose-tree text. From Dilyan Palauzov. by nicm · 8 years ago
  59. 4289a1e Trying to do hooks generically is way too complicated and unreliable and by nicm · 8 years ago
  60. 7a1a01f Remove the set-remain-on-exit option, it was always a hack and can now by nicm · 8 years ago
  61. 1bd08f9 Remove mention of key tables than no longer exist. by nicm · 8 years ago
  62. 05dac2e -f missed from splitw usage, from Felix Rosencrantz. by nicm · 8 years ago
  63. 4025304 bind-key -c has gone, remove from man page, and unused table declarations. by nicm · 8 years ago
  64. c484c5a Drop the edit mode key tables and just use fixed key bindings for the by nicm · 8 years ago
  65. 68bebe1 The repeat prompt in both emacs and vi (and the old one in tmux) doesn't by nicm · 8 years ago
  66. 85d7afa Support double and triple clicks (they are cumulative, so double is by nicm · 8 years ago
  67. 76d6d36 Fundamental change to how copy mode key bindings work: by nicm · 8 years ago
  68. 305c832 Document set-hook -u. by nicm · 8 years ago
  69. 2e5584c Allow repeat count to be specified in mode key tables with bind-key -R, by nicm · 8 years ago
  70. fed1e38 Add support for performing a full width split (with splitw -f), rather by nicm · 8 years ago
  71. 43f292b Two minor fixes from dilyan palauzov. by nicm · 8 years ago
  72. f811127 We only replace the first %%, not multiple (use %2 for second). by nicm · 8 years ago
  73. 325cbe9 Allow a command to be specified to display-panes, similar to by nicm · 8 years ago
  74. 0c7ddae Add missing buffer_name format, from Awal Garg. by nicm · 8 years ago
  75. 068b8b0 Add -F to list-commands. by nicm · 8 years ago
  76. fdd368a - Rework load_cfg() error handling a little. by tim · 8 years ago
  77. 87be2da Missing format (window_activity_flag) and a missing Ta. by nicm · 8 years ago
  78. 0c78950 tweak previous; by jmc · 8 years ago
  79. eb8e76d Compact a small table into text. by nicm · 8 years ago
  80. 0509be0 Add option to include status text in the pane borders. If by nicm · 8 years ago
  81. 0d84fdd Final parts of command hooks, add before- and after- hooks to each command. by nicm · 8 years ago
  82. 1cedf78 Add next/previous paragraph, from J Raynor. by nicm · 8 years ago
  83. fa97b0a Instead of reusing MouseUp at the finish of a drag, add a new key by nicm · 9 years ago
  84. c7851e0 Fix break-pane synopsis and some other tmux.1 bits. by nicm · 9 years ago
  85. 8028560 Support negative trim values (#{=-10:pane_title}) to trim from the end, by nicm · 9 years ago
  86. 427b820 Support for RGB colour, using the extended cell mechanism to avoid by nicm · 9 years ago
  87. 995af0e I no longer use my SourceForge address so replace it. by nicm · 9 years ago
  88. c981530 Add hooks for alerts (bell, silence, activity), from Thomas Adam. by nicm · 9 years ago
  89. 021c643 Add infrastructure to work out the best target given a pane or window by nicm · 9 years ago
  90. 5ed17e8 Add key-table option to set the default key table for a session, allows by nicm · 9 years ago
  91. 39cf9c9 Allow prefix and prefix2 to be set to None to disable (useful if you by nicm · 9 years ago
  92. f2be3ad Mention {src,dst}-{window,pane} where we define target-{window,pane}. by nicm · 9 years ago
  93. 01831da Add cmdq as an argument to format_create and add a format for the by nicm · 9 years ago
  94. 1f94274 Ed was meant to be El; by jmc · 9 years ago
  95. d2fb0ef Add hooks infrastructure, basic commands (set-hook, show-hooks) and a by nicm · 9 years ago
  96. 1d331c7 Delete a duplicated line by guenther · 9 years ago
  97. 62d3af1 Make environ_set va_args and use it to tidy up some calls. Also add a by nicm · 9 years ago
  98. c18fbef Document socket_path format. by nicm · 9 years ago
  99. 1e2df2d Remove the -I part of show-messages which isn't really that useful; the by nicm · 9 years ago
  100. 4ec61be Fix usage of detach-client. by nicm · 9 years ago