1. ac5b7d5 Don't interpret #() for display-message, it usually doesn't make sense and may by Nicholas Marriott · 15 years ago
  2. a78cc98 Cleanup by moving various (mostly horrible) little bits handling UTF-8 grid by Nicholas Marriott · 15 years ago
  3. 8db145d Add a per-client log of status line messages displayed while that client by Nicholas Marriott · 15 years ago
  4. 68f5c9c Mark -n keys with (no prefix) rather than []. by Nicholas Marriott · 15 years ago
  5. 15b9946 There is no real standard for modifier plus function keys. Previously, tmux by Nicholas Marriott · 15 years ago
  6. 0785f28 Add an activity time for clients, like for sessions, and change session and by Nicholas Marriott · 15 years ago
  7. 0194306 Fix vi page up mode key (from naddy), add missing half page keys, and sort. by Nicholas Marriott · 15 years ago
  8. 32299e4 Missing setenv/showenv aliases. by Nicholas Marriott · 15 years ago
  9. 48b6d18 Remove -d from tmux.1 as well. by Nicholas Marriott · 15 years ago
  10. 7b4f039 [ is a punctuation character and should be escaped with Ql. Although the by Nicholas Marriott · 15 years ago
  11. df818c1 -a option to kill all except current pane. From Tiago Cunha, thanks! by Nicholas Marriott · 15 years ago
  12. af2b0f4 Tweak descriptions for up/down pane to be clearer. by Nicholas Marriott · 15 years ago
  13. 38df960 Add mode keys to move the cursor to the top, middle and bottom of the screen. by Nicholas Marriott · 15 years ago
  14. 33ae063 Permit attributes to be turned off in #[] by prefixing with "no", for example by Nicholas Marriott · 15 years ago
  15. b4ef3e5 punctuation fix; by Jason McIntyre · 15 years ago
  16. 64b5f39 Add a pipe-pane command to allow a pane to be piped to a shell command, for by Nicholas Marriott · 15 years ago
  17. cebc988 Switch run-shell over to queue the command in the background like #(). by Nicholas Marriott · 15 years ago
  18. b7c364a -scroll mode which is dead. by Nicholas Marriott · 15 years ago
  19. 5aa49e6 Split list-panes off from list-windows. by Nicholas Marriott · 15 years ago
  20. 6bca92d Rather than running status-left, status-right and window title #() with popen by Nicholas Marriott · 15 years ago
  21. 4658c06 New option, mouse-select-pane. If on, the mouse may be used to select the by Nicholas Marriott · 15 years ago
  22. 9dd72b9 Add "grouped sessions" which have independent name, options, current window and by Nicholas Marriott · 15 years ago
  23. b7d031c Support for individual session idle time locking. May be enabled by turning off by Nicholas Marriott · 15 years ago
  24. 3af09ac Add a simple synchronize-panes window option: when set, all input to any pane by Nicholas Marriott · 15 years ago
  25. 2cb2bb8 Support J and K for scroll up and scroll down in copy mode with vi keys, by Nicholas Marriott · 15 years ago
  26. 35ca994 Remove scroll mode which is now redundant, copy mode should be used instead. by Nicholas Marriott · 15 years ago
  27. 9400fda Make C-Up and C-Down in copy mode scroll the screen up and down one line by Nicholas Marriott · 15 years ago
  28. 45043eb tweak previous; by Jason McIntyre · 15 years ago
  29. d42b86d Get / and ? the right way round in vi mode, and use : for goto line rather than by Nicholas Marriott · 15 years ago
  30. 205857b Add a key string for space ("Space") and document the names, suggested by by Nicholas Marriott · 15 years ago
  31. 8fa1858 New lock-client and lock-session commands to lock an individual client or all by Nicholas Marriott · 15 years ago
  32. 9200a0b Support -c like sh(1) to execute a command, useful when tmux is a login by Nicholas Marriott · 15 years ago
  33. b01dcd7 Remove the internal tmux locking and instead detach each client and run the by Nicholas Marriott · 15 years ago
  34. 96dd3e8 Permit multiple prefix keys to be defined, separated by commas, for example: by Nicholas Marriott · 15 years ago
  35. b769aa5 zap trailing whitespace; by Jason McIntyre · 15 years ago
  36. 14ebcab run-shell command to run a shell command without opening a window, sending by Nicholas Marriott · 15 years ago
  37. 63d499f New option, set-titles-string, to allow the window title to be specified (as by Nicholas Marriott · 15 years ago
  38. 372a8cb Permit options such as status-bg to be configured using the entire 256 colour by Nicholas Marriott · 15 years ago
  39. 3f3b01c While the display-panes indicator is on screen, make the number keys select the by Nicholas Marriott · 15 years ago
  40. e97006b Permit embedded colour and attributes in status-left and status-right using new by Nicholas Marriott · 15 years ago
  41. 74c35c5 Accept -l to make it easier for people who use tmux as a login shell to use by Nicholas Marriott · 15 years ago
  42. c5ac257 When incorrect passwords are entered, behave similarly to login(1) and backoff by Nicholas Marriott · 15 years ago
  43. 61b7dc5 Add a transpose-chars command in edit mode (C-t in emacs mode only). From Kalle by Nicholas Marriott · 15 years ago
  44. 7d5e494 When using tmux as a login shell, there is currently no way to specify a shell by Nicholas Marriott · 15 years ago
  45. 0431996 Add a new display-panes command, with two options (display-panes-colour and by Nicholas Marriott · 15 years ago
  46. 8102ec3 squash typo ok nicm@ by Stefan Sperling · 15 years ago
  47. 7b847ce Add a choose-client command and extend choose-{session,window} to accept a by Nicholas Marriott · 15 years ago
  48. 90400ae Add some other obvious variables to update-environment (WINDOWID SSH_ASKPASS by Nicholas Marriott · 15 years ago
  49. c741f2f tweak previous; by Jason McIntyre · 15 years ago
  50. 3f4418d Extend command-prompt with a -p option which is a comma-separated list of one by Nicholas Marriott · 15 years ago
  51. 145ba77 Now that pane targets (-t) are supported, switch some commands to use them by Nicholas Marriott · 15 years ago
  52. feaf91a Add a "delete line" key when editing in the status line or the search up/down by Nicholas Marriott · 15 years ago
  53. c828c2f Add (naive) searching and goto line in copy mode. Searching is C-r and C-s with by Nicholas Marriott · 15 years ago
  54. 3ad4de6 Add a base-index session option to specify the first index checked when looking by Nicholas Marriott · 15 years ago
  55. 52793e7 When creating a new session from the command-line where there is an external by Nicholas Marriott · 15 years ago
  56. ec0c33b some minor tweaks; ok nicm by Jason McIntyre · 15 years ago
  57. de73fed zap trailing whitespace; by Jason McIntyre · 15 years ago
  58. d7de29e Minor language tweaks, change which key bindings are summarised. by Nicholas Marriott · 15 years ago
  59. 57381aa Move the key bindings section to near the start, mention attach/detach in the by Nicholas Marriott · 15 years ago
  60. 6491274 Infrastructure and commands to manage the environment for processes started by Nicholas Marriott · 15 years ago
  61. 90f8151 Options to set the colours and attributes for status-left/-right. From Thomas by Nicholas Marriott · 15 years ago
  62. e89e70e If there is an error in the configuration file, don't just exit(1) as this can by Nicholas Marriott · 15 years ago
  63. ccaf872 Move introduction section up into description. From jmc. by Nicholas Marriott · 15 years ago
  64. 746fe58 tweak INTRODUCTION; from nicm and myself by Jason McIntyre · 15 years ago
  65. 12ef3ce Add a -a flag to set-option and set-window-option to append to an existing by Nicholas Marriott · 15 years ago
  66. a0647f1 restructure the layout of this page, moving the commands into various by Jason McIntyre · 15 years ago
  67. 6b69b93 clean up some macro abuse in the commands section; by Jason McIntyre · 15 years ago
  68. 9a391b3 tweak previous; by Jason McIntyre · 15 years ago
  69. 1673735 Add a terminal-overrides session option allowing individual terminfo(5) entries by Nicholas Marriott · 15 years ago
  70. 6d86882 tweak previous; by Jason McIntyre · 15 years ago
  71. 071494d Merge pane number into the target specification for pane commands. Instead of by Nicholas Marriott · 15 years ago
  72. a87228b new sentence, new line; by Jason McIntyre · 15 years ago
  73. a419e73 Add a mode-mouse option to prevent tmux taking over the mouse in choice or copy by Nicholas Marriott · 15 years ago
  74. f596be9 Final pieces of mode key rebinding: bind-key and unbind-key now accept a -t by Nicholas Marriott · 15 years ago
  75. 8678500 Next step towards customisable mode keys: build each default table of keys into by Nicholas Marriott · 15 years ago
  76. 2da4864 If select-layout is not given an argument, repply the last layout used in the by Nicholas Marriott · 15 years ago
  77. ad0aad2 Add a key to delete to end of line at the prompt (^K in emacs mode, C/D in vi). by Nicholas Marriott · 15 years ago
  78. 5a1a106 Permit commands to be bound to key presses without the prefix key first. The by Nicholas Marriott · 15 years ago
  79. ce4eb65 up-pane and down-pane no longer auto-repeat; update the description of by Stuart Henderson · 15 years ago
  80. f7df0ba Tidy the target parsing code a bit and correct the behaviour so that as before by Nicholas Marriott · 15 years ago
  81. c0862da Tweak unbind-key language very slightly. by Nicholas Marriott · 15 years ago
  82. b292f71 Add a status-justify option to allow the window list in the status line to be by Nicholas Marriott · 15 years ago
  83. e32e0d5 New options, window-status-current-{fg,bg,attr}, to set the fg, bg and by Nicholas Marriott · 15 years ago
  84. 550b855 tweak previous; by Jason McIntyre · 15 years ago
  85. 6036bdd Improved layout code. by Nicholas Marriott · 15 years ago
  86. fc6a65c Add three new session options: visual-activity, visual-bell, visual-content. If by Nicholas Marriott · 15 years ago
  87. 0ca6f66 Make it so using kill-pane to destroy the last pane in a window destroys the by Nicholas Marriott · 15 years ago
  88. 6f5150a - New command display-message (alias display) to display a message in the by Nicholas Marriott · 15 years ago
  89. ce53936 Tidy up new-session and attach-session and change them to work from inside by Nicholas Marriott · 15 years ago
  90. 7ddba90 If -u is specified or UTF-8 is otherwise detected when the server is started, by Nicholas Marriott · 15 years ago
  91. 3e9d9a2 Fix arguments to switch-client. by Nicholas Marriott · 15 years ago
  92. aa3403a Add a -k flag to unlink-window which makes it behave the same as the old by Nicholas Marriott · 15 years ago
  93. 5d91555 zap trailing whitespace; by Jason McIntyre · 15 years ago
  94. 023d8d3 Tidy up and improve target (-t) argument parsing: by Nicholas Marriott · 15 years ago
  95. 88555d9 Document the -k flag to new-window. by Nicholas Marriott · 15 years ago
  96. 22d51ec Add a "back to indentation" key in copy mode to move the cursor to the first by Nicholas Marriott · 15 years ago
  97. 22355ce If it exist, load a system-wide configuration file /etc/tmux.conf before any by Nicholas Marriott · 15 years ago
  98. e415ead Add -r to the synopsis of the paste-buffer command, prompted by jmc. by Nicholas Marriott · 15 years ago
  99. 2f71982 When pasting, translate \n into \r. This matches xterm and putty's behaviour, by Nicholas Marriott · 15 years ago
  100. 4cbbbdd paste-buffer -d was not documented. From Kalle Olavi Niemitalo. by Nicholas Marriott · 15 years ago