1. 95950bf Add -E to detach-client to exec a command to replace the client instead by nicm · 8 years ago
  2. bf6a5c0 Add a format for terminal type. by nicm · 8 years ago
  3. e781422 Some manpage fixes: rephrase a convoluted sentence, make the names of by nicm · 8 years ago
  4. 40fddfb avoid unneccessary markup; tweaked and ok nicm by jmc · 8 years ago
  5. d2d9846 Add %if/%endif for conditionals when parsing configuration files, the by nicm · 8 years ago
  6. 844f2ea Add simple comparisons in formats: #{==:a,b} and #{!=:a,b} ("a" and "b" by nicm · 8 years ago
  7. 5330a2a Run the source-file pattern through glob(3). by nicm · 8 years ago
  8. c05002b Add note about ccc and initc so people who want it can see it is possible. by nicm · 8 years ago
  9. 461217d Incremental search in copy mode (on for emacs keys by default) - much by nicm · 8 years ago
  10. 6b46c62 Make send -N work for all keys, not just in copy mode. From Artem Fokin. by nicm · 8 years ago
  11. 7e6c2cb Make the selection able to exist independent of the cursor position, so by nicm · 8 years ago
  12. 9fe43d6 Add copy-pipe-and-cancel, from Artem Fokin. by nicm · 8 years ago
  13. 8084a2c Add %%% to substitute with quotes escaped (convert " to \"). Use this by nicm · 8 years ago
  14. fb109ae xterm-keys was in the wrong place in the list; Dilyan Palauzov. by nicm · 8 years ago
  15. 41e633a Use the notify name string instead of going via an enum and change by nicm · 8 years ago
  16. d15d54c Add hook_session and hook_window formats to get information on the by nicm · 8 years ago
  17. ddc4512 Rewrite command queue handling. Each client still has a command queue, by nicm · 8 years ago
  18. 4fbf564 zap double .Pp; by jmc · 8 years ago
  19. 63b2547 Fire hooks on the simple notifys (window-renamed and session-renamed), by nicm · 8 years ago
  20. 0ec18e5 Missing flags in capture-pane, and tweak choose-tree text. From Dilyan Palauzov. by nicm · 8 years ago
  21. 4289a1e Trying to do hooks generically is way too complicated and unreliable and by nicm · 8 years ago
  22. 7a1a01f Remove the set-remain-on-exit option, it was always a hack and can now by nicm · 8 years ago
  23. 1bd08f9 Remove mention of key tables than no longer exist. by nicm · 8 years ago
  24. 05dac2e -f missed from splitw usage, from Felix Rosencrantz. by nicm · 8 years ago
  25. 4025304 bind-key -c has gone, remove from man page, and unused table declarations. by nicm · 8 years ago
  26. c484c5a Drop the edit mode key tables and just use fixed key bindings for the by nicm · 8 years ago
  27. 68bebe1 The repeat prompt in both emacs and vi (and the old one in tmux) doesn't by nicm · 8 years ago
  28. 85d7afa Support double and triple clicks (they are cumulative, so double is by nicm · 8 years ago
  29. 76d6d36 Fundamental change to how copy mode key bindings work: by nicm · 8 years ago
  30. 305c832 Document set-hook -u. by nicm · 8 years ago
  31. 2e5584c Allow repeat count to be specified in mode key tables with bind-key -R, by nicm · 8 years ago
  32. fed1e38 Add support for performing a full width split (with splitw -f), rather by nicm · 8 years ago
  33. 43f292b Two minor fixes from dilyan palauzov. by nicm · 8 years ago
  34. f811127 We only replace the first %%, not multiple (use %2 for second). by nicm · 8 years ago
  35. 325cbe9 Allow a command to be specified to display-panes, similar to by nicm · 8 years ago
  36. 0c7ddae Add missing buffer_name format, from Awal Garg. by nicm · 8 years ago
  37. 068b8b0 Add -F to list-commands. by nicm · 8 years ago
  38. fdd368a - Rework load_cfg() error handling a little. by tim · 8 years ago
  39. 87be2da Missing format (window_activity_flag) and a missing Ta. by nicm · 8 years ago
  40. 0c78950 tweak previous; by jmc · 8 years ago
  41. eb8e76d Compact a small table into text. by nicm · 8 years ago
  42. 0509be0 Add option to include status text in the pane borders. If by nicm · 8 years ago
  43. 0d84fdd Final parts of command hooks, add before- and after- hooks to each command. by nicm · 8 years ago
  44. 1cedf78 Add next/previous paragraph, from J Raynor. by nicm · 8 years ago
  45. fa97b0a Instead of reusing MouseUp at the finish of a drag, add a new key by nicm · 9 years ago
  46. c7851e0 Fix break-pane synopsis and some other tmux.1 bits. by nicm · 9 years ago
  47. 8028560 Support negative trim values (#{=-10:pane_title}) to trim from the end, by nicm · 9 years ago
  48. 427b820 Support for RGB colour, using the extended cell mechanism to avoid by nicm · 9 years ago
  49. 995af0e I no longer use my SourceForge address so replace it. by nicm · 9 years ago
  50. c981530 Add hooks for alerts (bell, silence, activity), from Thomas Adam. by nicm · 9 years ago
  51. 021c643 Add infrastructure to work out the best target given a pane or window by nicm · 9 years ago
  52. 5ed17e8 Add key-table option to set the default key table for a session, allows by nicm · 9 years ago
  53. 39cf9c9 Allow prefix and prefix2 to be set to None to disable (useful if you by nicm · 9 years ago
  54. f2be3ad Mention {src,dst}-{window,pane} where we define target-{window,pane}. by nicm · 9 years ago
  55. 01831da Add cmdq as an argument to format_create and add a format for the by nicm · 9 years ago
  56. 1f94274 Ed was meant to be El; by jmc · 9 years ago
  57. d2fb0ef Add hooks infrastructure, basic commands (set-hook, show-hooks) and a by nicm · 9 years ago
  58. 1d331c7 Delete a duplicated line by guenther · 9 years ago
  59. 62d3af1 Make environ_set va_args and use it to tidy up some calls. Also add a by nicm · 9 years ago
  60. c18fbef Document socket_path format. by nicm · 9 years ago
  61. 1e2df2d Remove the -I part of show-messages which isn't really that useful; the by nicm · 9 years ago
  62. 4ec61be Fix usage of detach-client. by nicm · 9 years ago
  63. 4fcc02e If display-time is set to 0, show status messages until a key is pressed; by tim · 9 years ago
  64. 5a5b950 Add s/foo/bar/: prefix for formats to substitute bar for foo. by nicm · 9 years ago
  65. 531869b Add window_visible_layout which ignores zoomed panes and use it for by nicm · 9 years ago
  66. 1da7475 tweak previous; ok nicm by jmc · 9 years ago
  67. 1b86f52 Nuke the utf8 and status-utf8 options and make tmux only a UTF-8 by nicm · 9 years ago
  68. a0f3999 Remove the mouse_utf8_flag format as well. by nicm · 9 years ago
  69. 00c34df Drop mouse-utf8 option and always turn on UTF-8 mouse if the client says by nicm · 9 years ago
  70. 67c3a01 No more TMPDIR. by nicm · 9 years ago
  71. c582f7d space before punctuation; by jmc · 9 years ago
  72. e65306d Extend the modifiers allowed before formats: as well as the existing by nicm · 9 years ago
  73. 14da999 Format for scroll position, from Jorge Morante. by nicm · 9 years ago
  74. 60ca29d client_key_table was missing. by nicm · 9 years ago
  75. 901c2eb Add copy-mode -e to exit copy mode when scrolling off the bottom, useful by nicm · 9 years ago
  76. cfabe30 Add session_last_attached time and format, from Sina Siadat. by nicm · 9 years ago
  77. 675def0 Remove the lock-server option which is a bit redundant, it isn't that by nicm · 9 years ago
  78. 13b7fd8 Rename left/right/up/down relative to active pane to add -of suffix by nicm · 9 years ago
  79. d33adc4 Make -q suppress ambiguous option warnings too, from Cam Hutchison. by nicm · 9 years ago
  80. 92af376 Add an option (history-file) for a file to save/restore command prompt by nicm · 9 years ago
  81. d4ce210 Correct the tsl/fsl sequence to ]0 not ]2 (from Marcel Korpel). While by nicm · 9 years ago
  82. 81069f6 Add a format to show if client is a control client. From Bruno Sutic. by nicm · 9 years ago
  83. 6308c48 Add a -s flag to show-environment to output Bourne shell commands a la by nicm · 9 years ago
  84. 164ba04 Remove a stray : and tweak paragraph. by nicm · 9 years ago
  85. 85120b3 Change break-pane to take target and source panes (-t and -s) in line by nicm · 9 years ago
  86. 0ff3359 Move the shuffle code from new-window -a into a function and add a -a by nicm · 9 years ago
  87. d96ab34 Add window_activity format, from Thomas Adam based on a diff originally by nicm · 9 years ago
  88. 29c29e7 Add a format for client PID (client_pid) and server PID (pid). Diff for by nicm · 9 years ago
  89. c4e811e Add -E flag when attaching or switching client to bypass by nicm · 9 years ago
  90. 4219939 Make it so that if a window or session target is prefixed with an =, by nicm · 9 years ago
  91. dc0d34e tweak SYNOPSIS and usage(); by jmc · 9 years ago
  92. 4a6c06d Make unsetting a global option restore it to the default. Diff lying by nicm · 9 years ago
  93. a863834 Add support for a single "marked pane". There is one marked pane in the by nicm · 9 years ago
  94. 379400c Move the jobs output cache into the formats code so that #() work more by nicm · 9 years ago
  95. ec34439 Add a session_alerts format which is a list of all the alerts in the by nicm · 9 years ago
  96. e958db0 Add bell-action "other" to pass through bells in all windows except the by nicm · 9 years ago
  97. 44364d7 Remove the c0-* options which never really worked satisfactorily. Going by nicm · 9 years ago
  98. c4a4bd6 Move input parser structs into input.c (removing fairly useless by nicm · 9 years ago
  99. 31b1ab4 Add a format window_linked which is 1 if a window has been linked by nicm · 9 years ago
  100. 7382ba8 If default-terminal is set to "screen" or "screen-*", emulate screen's by nicm · 9 years ago