1. 83a8e1f Move pane border options to window options rather than session, from Marc Finet. by nicm · 10 years ago
  2. be0ad01 Add missing default bindings, from Theo Buehler. by nicm · 10 years ago
  3. 7a0c94b Add pane_dead_status for exit status of dead panes. by nicm · 10 years ago
  4. 54ca7b2 Add -F to if-shell to allow it to be used to check for format or option by nicm · 10 years ago
  5. 575fd1e Permit option values to be used in formats. by nicm · 10 years ago
  6. d37f266 Add -b to splitw like joinw, from Felix Rosencrantz. by nicm · 10 years ago
  7. 3c12b47 V should be vi not emacs, also sort. From Theo Buehler. by nicm · 10 years ago
  8. e4bf1e5 Add V for select line with vi(1) keys. From Juho Pohjala. by nicm · 10 years ago
  9. d24c9d7 Do not put a space between status-left/status-right and the window list, by nicm · 10 years ago
  10. 428b51e Add pane_input_off format, from Anish R Athalye. by nicm · 10 years ago
  11. f0b69c7 Fix description of Ss and Se. by nicm · 10 years ago
  12. 6610e89 Top function key is F12 now. by nicm · 10 years ago
  13. 304f86c Support ! for last pane. by nicm · 10 years ago
  14. 9bda7e8 Add window_last_flag and window_zoomed_flag. From John Morrissey. by nicm · 10 years ago
  15. 8a473b5 Fix typo (paneas -> panes). by nicm · 10 years ago
  16. f518a07 Add flags to selectp to enable and disable input to a pane, from Anish Athalye. by nicm · 10 years ago
  17. c8efffb Make -S- and -E- mean the start and end to capture-pane to avoid having by nicm · 10 years ago
  18. 7160b8c Add some formats for pane bounds. by nicm · 10 years ago
  19. 191f695 Change key-table to mode-table to allow for some future work. From Keith Amling. by nicm · 11 years ago
  20. b3e8d44 If multiple arguments are given to new-session, new-window, by nicm · 11 years ago
  21. b1a06ef Add a copy mode key binding to copy to a named buffer. From J Raynor. by nicm · 11 years ago
  22. 3dbacbb Add support for named buffers. If you don't name a buffer, things work by nicm · 11 years ago
  23. 64613b9 #nnT went away a while ago, remove a leftover from the manpage. by nicm · 11 years ago
  24. 2740490 Remove the "info" message mechanism, this was only used for about five by nicm · 11 years ago
  25. 877bdb4 Extend the -q flag to set-option to suppress errors about unknown by nicm · 11 years ago
  26. 992ef70 Remove the monitor-content option and associated bits and bobs. It's by nicm · 11 years ago
  27. 14a96df Remove the choose-list command to prepare for some later choose-* work. by nicm · 11 years ago
  28. 252a737 Support UTF-8 with choose-buffer, from Kosuke ASAMI. Also make by nicm · 11 years ago
  29. b52b40b pane_start_path has gone away. by nicm · 11 years ago
  30. dca7d1c Make message-limit a server option. by nicm · 11 years ago
  31. 0e4d1d8 Add setb -a to append and a copy mode append command, from J Raynor with by nicm · 11 years ago
  32. b11de5a Make session_attached a count and add session_many_attached flag. by nicm · 11 years ago
  33. f182892 Change terminal-overrides to a server option (now that we have them), it by nicm · 11 years ago
  34. 81db6ba Leftovers from removing 88 colour support, from Theo Buehler. by nicm · 11 years ago
  35. 973de5a fix some minor formatting glitches; by jmc · 11 years ago
  36. 945339b Allow replacing each of the many sets of separate foo-{fg,bg,attr} by nicm · 11 years ago
  37. d23561f Merge server-info into show-messages and remove some not useful output. by nicm · 11 years ago
  38. 1286c56 Replace ## by # in format. by nicm · 11 years ago
  39. 7fa55b0 Key to swap to other end of selection (bound to o with vi keys), from J Raynor. by nicm · 11 years ago
  40. 17ec688 Bracket in the wrong place in description of c0-change-trigger. by nicm · 11 years ago
  41. d0566a4 Remove the KERN_PROC_CWD the proc_current_path format (which is the only by nicm · 11 years ago
  42. 282c5f9 Alter how tmux handles the working directory to internally use file by nicm · 11 years ago
  43. b822d24 Support -c for new-session, based on code from J Raynor. by nicm · 11 years ago
  44. 40811eb Add length limit operator for formats. by nicm · 11 years ago
  45. d75dd2a Add formats for window flags. by nicm · 11 years ago
  46. 7c71c3e Change the default for the default-path option to ~. This is a quick by nicm · 11 years ago
  47. 304ea07 use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@ by schwarze · 11 years ago
  48. f5b041e Add pane_synchronized format, from Romain Francoise. by Nicholas Marriott · 11 years ago
  49. 3977dba Focus events can cause trouble if left on and they can't be turned off by Nicholas Marriott · 11 years ago
  50. ddb52a2 escape "Ss", becuase groff thinks it has found a macro; by Jason McIntyre · 11 years ago
  51. 13441e8 The actual terminfo entries we ended up with for cursor changes are Cs, by Nicholas Marriott · 11 years ago
  52. c231381 Demote the old single-character replacement variables (#S and friends) by Nicholas Marriott · 11 years ago
  53. c30d60f Add host_short format, from Tiago Cunha. by Nicholas Marriott · 11 years ago
  54. 2555ac5 .Op Fl b not .Fl b for run-shell synopsis, from Ben Boeckel. by Nicholas Marriott · 12 years ago
  55. 20f0d91 Missed -o from set-window-option, from Ben Boeckel. by Nicholas Marriott · 12 years ago
  56. 7f63658 Add TMUX_TMPDIR variable to put the socket directory outside by Nicholas Marriott · 12 years ago
  57. e44bd9f Revert the command-prefix change which breaks sequences of commands. by Nicholas Marriott · 12 years ago
  58. 4119c47 b comes before t. by Nicholas Marriott · 12 years ago
  59. 6fee3e9 Rename session idx to session id throughout and add $ prefix to targets by Nicholas Marriott · 12 years ago
  60. 748acdc Add wait-for -L and -U for lock and unlock, from Thiago Padilha. by Nicholas Marriott · 12 years ago
  61. 14fad6a Add -A flag to new-session to make it behave like attach-session if the by Nicholas Marriott · 12 years ago
  62. a05b8c4 Add a -o option to set-option to prevent setting an option already set, by Nicholas Marriott · 12 years ago
  63. 66edb33 Expand format variables in the run-shell and if-shell shell commands, by Nicholas Marriott · 12 years ago
  64. ac1fe83 Couple of fixes pointed out by jmc. by Nicholas Marriott · 12 years ago
  65. 702ab8b Add a load of miscellaneous pane formats, from George Nachman. by Nicholas Marriott · 12 years ago
  66. 8478895 Add -e flag to capture-pane to include embedded ANSI SGR escape by Nicholas Marriott · 12 years ago
  67. f0efa57 Add resize-pane -x and -y for absolute pane size (much requested). by Nicholas Marriott · 12 years ago
  68. ad760b3 Add client_session and client_last_session formats. by Nicholas Marriott · 12 years ago
  69. 78543cc Support capture-pane -p to send to stdout. by Nicholas Marriott · 12 years ago
  70. 55bf2ec tweak previous; ok nicm by Jason McIntyre · 12 years ago
  71. 4920306 Clarify choose-tree entry in man page. by Nicholas Marriott · 12 years ago
  72. 180faf7 Allow choose commands to be used outside tmux, so long as at least one by Nicholas Marriott · 12 years ago
  73. e33ba57 Remove the layout undo/redo code which never really worked. by Nicholas Marriott · 12 years ago
  74. bc2e4a3 If timing between keys is less than (by default) 1 millisecond, assume by Nicholas Marriott · 12 years ago
  75. 854e8ae Add ^ and $ special command targets to select lowest and highest by Nicholas Marriott · 12 years ago
  76. 4aa4e9f Allow cmd-run-shell to accept -t to specify the pane to display the by Nicholas Marriott · 12 years ago
  77. 9322426 Add window-status-last-* options, from Boris Faure. by Nicholas Marriott · 12 years ago
  78. 9a7e5bd Clarify some points about config files, notably that they are only read by Nicholas Marriott · 12 years ago
  79. 589b4b8 Fix typo bell->bells from Thomas Adam. by Nicholas Marriott · 12 years ago
  80. ea289bc Remove some out of date text from man page, from Thomas Adam. by Nicholas Marriott · 12 years ago
  81. 7263fa3 add cmd-choose-list to allow arbitrary options to be selected. From Thomas Adam. by Nicholas Marriott · 12 years ago
  82. cf2e65c Another missing format from sam at sltosis.org. by Nicholas Marriott · 12 years ago
  83. ff4097e Add some missing formats from Samuel Le Thiec. by Nicholas Marriott · 12 years ago
  84. 89a96b0 Document pane_index variable, from sam at sltosis dot org. by Nicholas Marriott · 12 years ago
  85. b0f4f94 remove extraneous line; by Jason McIntyre · 12 years ago
  86. f20c6fe Add choose-tree command to show windows and sessions in the same by Nicholas Marriott · 12 years ago
  87. 2113115 Add -a for kill-session, from Thomas Adam. by Nicholas Marriott · 12 years ago
  88. 038e8b7 Add -a flag for detach-client, from Thomas Adam. by Nicholas Marriott · 12 years ago
  89. 04ac61e Simplify references to alerts in the man page, from Thomas Adam. by Nicholas Marriott · 12 years ago
  90. ebf94bc Switch all of the various choose- and list- commands over to the format by Nicholas Marriott · 13 years ago
  91. ac7e2f1 Ignore line continuation when escaped as \\, from Simon Nicolussi. by Nicholas Marriott · 13 years ago
  92. cc979bd default-path has the same possibilities as new-window -c now. by Nicholas Marriott · 13 years ago
  93. a6c22d6 Add a flag to move-window to renumber the windows in a session (closing by Nicholas Marriott · 13 years ago
  94. e02d1bc Add window-status-separator option, from Thomas Adam. by Nicholas Marriott · 13 years ago
  95. ed58b2d Add -a flag to kill-window, from Thomas Adam. by Nicholas Marriott · 13 years ago
  96. 85f5485 Add a layout history which can be stepped through with select-layout -u by Nicholas Marriott · 13 years ago
  97. b831f86 Add pane_current_path format, suggested by Mikolaj Kucharski. by Nicholas Marriott · 13 years ago
  98. c0cfbe1 Accept an argument to show-environment to show one variable, based on a by Nicholas Marriott · 13 years ago
  99. 90bf560 Add -C -N -T flags to find-window to find in content, name, title. From by Nicholas Marriott · 13 years ago
  100. 01f2b5d 50 is a too low trigger default on larger terminals, bump to 250. by Nicholas Marriott · 13 years ago