1. cb51942 Quotes are now required in select-layout example. by nicm · 1 year, 11 months ago
  2. b5ab4d2 Denote multiple arguments with 'arg ...' not 'args' by kn · 1 year, 11 months ago
  3. 3b3f420 Add send-keys -K to handle keys directly as if typed (so look up in key by nicm · 1 year, 11 months ago
  4. fe475bd Parse primary device attributes as well as secondary and add a SIXEL by nicm · 2 years ago
  5. 079f48e Document alternative delimiters for substitution, from Jim Wisniewski. by nicm · 2 years ago
  6. 48f41e4 - sort options; from josiah frentsos ok nicm by jmc · 2 years ago
  7. 3be3695 Add a -l flag to display-message to disable format expansion, from Aaron by nicm · 2 years, 1 month ago
  8. 8edece2 Add paste-buffer-deleted notification and fix name of paste-buffer-changed. by nicm · 2 years, 1 month ago
  9. a10452b Add scroll-top and scroll-bottom commands to scroll so cursor is at top by nicm · 2 years, 2 months ago
  10. f03c3ca Add message-line option to control where message and prompt go, from by nicm · 2 years, 3 months ago
  11. 416c27c Add scroll-middle copy mode command to make cursor line in the middle, by nicm · 2 years, 3 months ago
  12. 7c2dcd7 Notify when a paste buffer is deleted, GitHub issue 3302 from George Nachman. by nicm · 2 years, 3 months ago
  13. 03149bf Add a Nobr terminfo capability to tell tmux the terminal does not use by nicm · 2 years, 3 months ago
  14. 42ba6c1 Add a third state "all" to allow-passthrough to work even in invisible by nicm · 2 years, 4 months ago
  15. 36d9040 -u is no longer equivalent to -TUTF-8 so don't say it is. by nicm · 2 years, 4 months ago
  16. dd602ea Mention whether time is creation/activity for sort orders. by nicm · 2 years, 5 months ago
  17. d0d2c39 Support hyperlinks with capture-pane -e and add a mouse_hyperlink by nicm · 2 years, 5 months ago
  18. cdacc12 Add support for OSC 8 hyperlinks (a VTE extension now supported by other by nicm · 2 years, 5 months ago
  19. a888ce9 Do not display configuration file errors in a pane when in control mode, by nicm · 2 years, 5 months ago
  20. 616bde0 kf* terminfo capabilities are poorly defined and rxvt uses them in a by nicm · 2 years, 5 months ago
  21. 2f2bb82 Add pane_start_path to match start_command. by nicm · 2 years, 6 months ago
  22. 384f0ee Fix property name from Sergei Dyshel, and a typo from imcusg at gmail dot com. by nicm · 2 years, 6 months ago
  23. cd692b5 Add an ACL list for users connecting to the tmux socket. Users may be by nicm · 2 years, 6 months ago
  24. d4423dc Fix clearphist alias, from Jacqueline Jolicoeur via jmc@. by nicm · 2 years, 7 months ago
  25. 2d9f4ca man pages: add missing commas between subordinate and main clauses by naddy · 2 years, 8 months ago
  26. 792d13a Add a capability for OSC 7 and use it similarly to how the title is set by nicm · 2 years, 8 months ago
  27. 10d689e Add an option (scroll-on-clear) to control if tmux scrolls into history by nicm · 2 years, 8 months ago
  28. e6e737a Add an option to set the character used for unused areas of the by nicm · 2 years, 8 months ago
  29. a3d9209 Add remain-on-exit-format to set text shown when pane is dead. by nicm · 2 years, 9 months ago
  30. ad9b805 Add argument to refresh-client -l to forward clipboard to a pane. GitHub by nicm · 2 years, 9 months ago
  31. fa71e9a Add next_session_id format with the next session ID, GitHub issue 3078. by nicm · 2 years, 9 months ago
  32. 5076beb Add an option (default off) to control the passthrough escape sequence. by nicm · 2 years, 9 months ago
  33. 5080acc Add a key in copy mode to toggle position indicator. by nicm · 2 years, 10 months ago
  34. 7e34645 Add option to show arrows for active pane indicator, GitHub issue 3022 by nicm · 2 years, 10 months ago
  35. 7a4ba6d Mention that if-shell and #() use /bin/sh. by nicm · 2 years, 10 months ago
  36. 9c1633a Missed unlinked control notifications, GitHub issue 2996. by nicm · 2 years, 12 months ago
  37. 1f9aad2 Mention XParseColor(3) for the cursor colour escape sequence. by nicm · 2 years, 12 months ago
  38. 630c592 If trimming menu item text, show key if it would take up less than a by nicm · 3 years ago
  39. 8f1cc0e Fix mandoc HTML rendering for command aliases by kn · 3 years, 1 month ago
  40. 5710037 Add a cursor-style option, from Alexis Hildebrandt in GitHub issue 2960. by nicm · 3 years, 1 month ago
  41. 8d2286b Add a cursor-colour option, from Alexis Hildebrandt in GitHub issue 2959. by nicm · 3 years, 1 month ago
  42. 197a116 Add a way to force a colour to RGB and a format to display it. by nicm · 3 years, 1 month ago
  43. eb82ad5 Missing Pp, from Alexis Hildebrandt. by nicm · 3 years, 1 month ago
  44. ef46eb9 Add -s and -S to display-popup to set popup and border style, from by nicm · 3 years, 1 month ago
  45. 8a9bfd0 Add -T to set a popup title, from Alexis Hildebrandt in GitHub issue 2941. by nicm · 3 years, 1 month ago
  46. cc27a43 Remove duplicate options, spotted by Ricky Cintron. by nicm · 3 years, 1 month ago
  47. add2063 Add popup-border-lines option to set popup line style, from Alexis by nicm · 3 years, 1 month ago
  48. 837ca17 Add popup-style and popup-border-style options, from Alexis Hildebrandt by nicm · 3 years, 1 month ago
  49. 759efe1 Add -e flag to set environment for popup, from Alexis Hildebrandt in by nicm · 3 years, 1 month ago
  50. 7800a43 remove extra .El; by jmc · 3 years, 2 months ago
  51. 50a77f4 Add tags for command aliases by kn · 3 years, 2 months ago
  52. 5f63181 Add a missing El, from Alexis Hildebrandt in GitHub issue 2918. by nicm · 3 years, 2 months ago
  53. 9f6164a Make send-keys without any arguments send the key it is bound to (if by nicm · 3 years, 2 months ago
  54. fd756a1 Allow control mode clients to set a hard limit on the window width and by nicm · 3 years, 3 months ago
  55. 7789639 Add a menu when a popup is present (mouse only for now). by nicm · 3 years, 3 months ago
  56. 614611a Add -B flag to remove border from popup. by nicm · 3 years, 3 months ago
  57. a2b8506 Set return code for confirm-before and make command-prompt also block, by nicm · 3 years, 3 months ago
  58. 163908f Move hook format setup earlier and add a hook_client, GitHub issue 2809. by nicm · 3 years, 3 months ago
  59. 7eea3d7 Break the colour palette into a struct rather than just a single array by nicm · 3 years, 3 months ago
  60. 338ec85 Make confirm-before optionally block the invoking client like run-shell, by nicm · 3 years, 3 months ago
  61. be59884 Change copy-line and copy-end-of-line not to cancel and add -and-cancel by nicm · 3 years, 4 months ago
  62. 19812b2 Add client focus hooks. by nicm · 3 years, 4 months ago
  63. 42490f4 Add a client-active hook, from ncfavier in GitHub issue 2803. by nicm · 3 years, 4 months ago
  64. 1d4296f Mention %1 under choose-tree also. by nicm · 3 years, 5 months ago
  65. 0d0683c fix some formatting errors; by jmc · 3 years, 6 months ago
  66. 1e879ef Feature for the mouse since FreeBSD termcap does not have kmous. by nicm · 3 years, 6 months ago
  67. 77b1290 More accurate vi(1) word navigation in copy mode and on the status line. by nicm · 3 years, 6 months ago
  68. 1bbdd2a Add -F for command-prompt and use it to fix "Rename" on the window menu, by nicm · 3 years, 6 months ago
  69. 8661176 Add different command historys for different types of prompts by nicm · 3 years, 6 months ago
  70. 84e2216 Change resize timers and flags into one timer and a queue which is by nicm · 3 years, 6 months ago
  71. 0c5cbbb Three changes to fix problems with xterm in VT340 mode, reported by by nicm · 3 years, 6 months ago
  72. 64c276c Add an "always" value to the extended-keys option to always forward by nicm · 3 years, 6 months ago
  73. 33f9b08 %begin now has three arguments, not two. GitHubs issue 2646. by nicm · 3 years, 7 months ago
  74. e6abe55 Add a flag to disable keys to close a message, GitHub issue 2625. by nicm · 3 years, 8 months ago
  75. cd208c9 Permit shortcut keys in buffer, client, tree modes to be configured with by nicm · 3 years, 8 months ago
  76. 71fc9f3 Add a current_file format for the config file being parsed. Originally by nicm · 3 years, 8 months ago
  77. 6c98f22 Missing commas, from Vipul Kumar. by nicm · 3 years, 8 months ago
  78. 8b800b4 Add client-detached notification in control mode, from Mohsin Kaleem. by nicm · 3 years, 8 months ago
  79. 3eb91ef Add an "absolute-centre" alignment to use the centre of the total space by nicm · 3 years, 9 months ago
  80. d98f9f7 Add split-window -Z to start the pane zoomed, GitHub issue 2591. by nicm · 3 years, 9 months ago
  81. c447507 Drop support for popups where the content is provided directly to tmux by nicm · 3 years, 9 months ago
  82. de3a898 escape quotes and remove some unneccessary Pp; ok nicm by jmc · 3 years, 9 months ago
  83. b6dfb99 Add some text with examples of ; as a separator, GitHub issues 2522 and 2580. by nicm · 3 years, 9 months ago
  84. dd7006c Add a couple of format variables for active and last window index. by nicm · 3 years, 9 months ago
  85. 6876381 Move config file path expansion much earlier, keep the list of paths by nicm · 3 years, 9 months ago
  86. 6642706 Support X11 colour names and some other variations for OSC 10/11, also by nicm · 3 years, 9 months ago
  87. 3218695 Use ~/.tmux.conf as an example rather than /etc/passwd, suggested by deraadt@. by nicm · 3 years, 10 months ago
  88. e3005e5 Add "pipe" variants of the "copy-pipe" commands which do not copy, from by nicm · 3 years, 10 months ago
  89. 1e29ebd In the end UTF-8 did not become a terminal feature, should not be listed by nicm · 3 years, 10 months ago
  90. 3dddc11 Send Unicode directional isolate characters around horizontal pane by nicm · 3 years, 10 months ago
  91. be471c3 Add a -S flag to new-window to make it select the existing window if one by nicm · 3 years, 10 months ago
  92. 5c48086 article fixes; from eddie youseph by jmc · 3 years, 10 months ago
  93. 5092215 Add a no-detached choice to detach-on-destroy which detaches only if by nicm · 3 years, 10 months ago
  94. 255802d Trim output overwritten by later text or clears completely rather than by nicm · 3 years, 10 months ago
  95. bba71f6 Add rectangle-on and rectangle-off copy mode commands, GitHub isse 2546 by nicm · 3 years, 10 months ago
  96. fb774b7 Change so that window_flags escapes # automatically which means configs by nicm · 3 years, 10 months ago
  97. 71c590a Add -N flag to never start server even if command would normally do so, by nicm · 3 years, 10 months ago
  98. bd0fb22 Add a variant of remain-on-exit that only keeps the pane if the program by nicm · 3 years, 11 months ago
  99. 606bd5f Add a -C flag to run-shell to use a tmux command rather than a shell command. by nicm · 3 years, 11 months ago
  100. 8bd29a3 Make synchronize-panes a pane option and add -U flag to set-option to by nicm · 3 years, 11 months ago