1. e0fd295 Change the default right click pane to open the menu if not in a mode by nicm · 5 years ago
  2. 99a8469 Add key bindings to open the window and pane menus (C-m and M-m for now). by nicm · 5 years ago
  3. 1225541 Allow menu items to be disabled by putting a - at the start of their by nicm · 5 years ago
  4. 799a154 Change display-menu from taking a single string to a set of arguments, by nicm · 5 years ago
  5. 6b33212 Add an additional {} syntax for defining strings in the configuration by nicm · 5 years ago
  6. 723010b Replace the split parser code (cfg.c and cmd-string.c) with a single by nicm · 5 years ago
  7. a131655 Add simple menus to tree, client, buffer modes. by nicm · 5 years ago
  8. 6dcca5f Add support for simple menus usable with mouse or keyboard. New command by nicm · 5 years ago
  9. 21d9750 send-keys also needs to insert key commands in the right order. by nicm · 5 years ago
  10. ec81bd2 Add support for keys to jump between matching brackets - C-M-f and C-M-b by nicm · 5 years ago
  11. 6469953 Support for windows larger than visible on the attached client. This has by nicm · 6 years ago
  12. 665f046 Add -Z to find-window as well. by nicm · 6 years ago
  13. 6048b0f Make key trees and some other bits static. by nicm · 6 years ago
  14. 508e2f0 Add -Z flag to choose-tree, choose-client, choose-buffer to by nicm · 7 years ago
  15. 3b649d2 Add a common function for spreading out cells and use it for the two by nicm · 7 years ago
  16. b462063 Add -- to some key bindings so leading -s work. by nicm · 7 years ago
  17. 78cf3c1 When removing a key table clear it out of clients, fixes issue with by nicm · 7 years ago
  18. a2ca51c Use brackets around prompts which looks better and matches the other modes. by nicm · 7 years ago
  19. aad4e4d Rewrite of choose mode, both to simplify and tidy the code and to add by nicm · 7 years ago
  20. bd39fcb Preserve search string when entering prompt again. by nicm · 7 years ago
  21. 0e3c5eb Insert copy mode bindings at the right place in the command queue. by nicm · 7 years ago
  22. d52f579 Up to now, tmux sees \033\033[OA as M-Up and since we turned on by nicm · 7 years ago
  23. 2ad09ab Key needs to be initialized to zero now it has flags in it. by nicm · 7 years ago
  24. bba5887 Store state shared between multiple commands in the queue in a shared structure. by nicm · 7 years ago
  25. 94b71bc Add Home and End for copy mode. by nicm · 8 years ago
  26. e67548d Cancel key table when switching session, unless the key is going to by nicm · 8 years ago
  27. 85338bb Add support for custom command aliases, this is an array option which by nicm · 8 years ago
  28. ef15b41 Revert WIP parts of previous I didn't mean to commit yet. by nicm · 8 years ago
  29. 68db958 getopt() has a struct option so just return to using options_entry. by nicm · 8 years ago
  30. 52847a9 It is silly for cmd_list_parse to return an integer error when it could by nicm · 8 years ago
  31. 461217d Incremental search in copy mode (on for emacs keys by default) - much by nicm · 8 years ago
  32. a8f3ad4 Make prefix work in all tables (except the prefix table). Users who want by nicm · 8 years ago
  33. 0d1be2e Fix so that we work out the right pane from mouse events - we were doing by nicm · 8 years ago
  34. 6de466c For mouse keys, use the mouse pane as the default current pane. by nicm · 8 years ago
  35. 8084a2c Add %%% to substitute with quotes escaped (convert " to \"). Use this by nicm · 8 years ago
  36. 99c262b Do not have a default binding for C-b in copy-mode-vi or it conflicts by nicm · 8 years ago
  37. b342bd0 Mass rename struct cmd_q to struct cmdq_item and related. by nicm · 8 years ago
  38. ddc4512 Rewrite command queue handling. Each client still has a command queue, by nicm · 8 years ago
  39. 68bebe1 The repeat prompt in both emacs and vi (and the old one in tmux) doesn't by nicm · 8 years ago
  40. 85d7afa Support double and triple clicks (they are cumulative, so double is by nicm · 8 years ago
  41. 76d6d36 Fundamental change to how copy mode key bindings work: by nicm · 8 years ago
  42. f0239a8 Remove some more unused variables, and use RB_FOREACH_SAFE in by nicm · 9 years ago
  43. 995af0e I no longer use my SourceForge address so replace it. by nicm · 9 years ago
  44. 69e0b83 Support UTF-8 key bindings by expanding the key type from int to by nicm · 9 years ago
  45. 5577535 Pass through right click if mouse is on, from Patrick Palka. by nicm · 9 years ago
  46. 3fc001d Use copy-mode -et= in WheelUpPane binding, from Patrick Palka. by nicm · 9 years ago
  47. 380a1ea Default bindings for mouse wheel on status line to change window (like by nicm · 9 years ago
  48. ddbc4a0 By popular demand add a default binding for mouse wheel up to scroll by nicm · 9 years ago
  49. 4219939 Make it so that if a window or session target is prefixed with an =, by nicm · 9 years ago
  50. a863834 Add support for a single "marked pane". There is one marked pane in the by nicm · 9 years ago
  51. 8e9b6e0 Style spacing nits. by nicm · 9 years ago
  52. 1d1208e Fix some char* -> char *. by nicm · 9 years ago
  53. d133705 Bind mouse dragging so that it is passed through to applications if they by nicm · 9 years ago
  54. bded743 Support for multiple key tables to commands to be bound to sequences of by nicm · 9 years ago
  55. bf635e7 Rewrite of tmux mouse support which was a mess. Instead of having by nicm · 10 years ago
  56. abfb965 Fix some spacing nits. by nicm · 10 years ago
  57. 45dfc5a Instead of setting up the default keys by building the key struct by nicm · 10 years ago
  58. 53cbae5 Now that cmdlists are reference counted, there is no need for two-step by nicm · 10 years ago
  59. 2740490 Remove the "info" message mechanism, this was only used for about five by nicm · 11 years ago
  60. c71844d Add resize-pane -Z to temporary zoom the active pane to occupy the full by Nicholas Marriott · 12 years ago
  61. 20636d9 Add a command queue to standardize and simplify commands that call other by Nicholas Marriott · 12 years ago
  62. 2243cfb Need to set clients in context before changing their reference count. by Nicholas Marriott · 12 years ago
  63. a1722d5 Remove unnecessary initializers of cmd_ctx. by Nicholas Marriott · 12 years ago
  64. e33ba57 Remove the layout undo/redo code which never really worked. by Nicholas Marriott · 12 years ago
  65. df912e3 xfree is not particularly helpful, remove it. From Thomas Adam. by Nicholas Marriott · 12 years ago
  66. f20c6fe Add choose-tree command to show windows and sessions in the same by Nicholas Marriott · 12 years ago
  67. a13b4a8 Add a couple of NULL pointer checks to key binding functions, from by Nicholas Marriott · 12 years ago
  68. 85f5485 Add a layout history which can be stepped through with select-layout -u by Nicholas Marriott · 13 years ago
  69. 8ed9124 Use RB trees not SPLAY. by Nicholas Marriott · 13 years ago
  70. 94f86ed Include the existing window and session name in the prompt when renaming by Nicholas Marriott · 13 years ago
  71. 7502cb3 Clean up and simplify tmux command argument parsing. by Nicholas Marriott · 14 years ago
  72. 51487ed Track the last session for a client and add a flag to switch-client and by Nicholas Marriott · 14 years ago
  73. 5de84ec Add a last-pane command (bound to ; by default). Requested ages ago by by Nicholas Marriott · 14 years ago
  74. a22a6de Add -n and -p flags to switch-client to move to the next and previous by Nicholas Marriott · 14 years ago
  75. 42e2413 Setting the cmdlist pointer in the bind-key to NULL to prevent it being freed by Nicholas Marriott · 14 years ago
  76. ef72933 Add a choose-buffer command for easier use of the paste buffer stack. by Nicholas Marriott · 14 years ago
  77. e0f4697 Identical behaviour to select-prompt can now be obtained with by Nicholas Marriott · 14 years ago
  78. d529e7e Add a tiled layout, originally from Liam Bedford a while ago, fixed up by me. by Nicholas Marriott · 14 years ago
  79. ac9daf9 Merge copy mode and output mode, dropping the latter. Idea and code from by Nicholas Marriott · 15 years ago
  80. 6f04866 Support up, down, left, right movement through panes with -UDLR flags to by Nicholas Marriott · 15 years ago
  81. bb53c20 Support attaching a client read-only with a new -r flag to the attach-session by Nicholas Marriott · 15 years ago
  82. a4c9a80 Add "server options" which are server-wide and not bound to a session or by Nicholas Marriott · 15 years ago
  83. 15a64b8 Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last by Nicholas Marriott · 15 years ago
  84. 8db145d Add a per-client log of status line messages displayed while that client by Nicholas Marriott · 15 years ago
  85. 5d39746 Zap unused functions, prompted by deraadt. by Nicholas Marriott · 15 years ago
  86. 35ca994 Remove scroll mode which is now redundant, copy mode should be used instead. by Nicholas Marriott · 15 years ago
  87. 0431996 Add a new display-panes command, with two options (display-panes-colour and by Nicholas Marriott · 15 years ago
  88. 7b847ce Add a choose-client command and extend choose-{session,window} to accept a by Nicholas Marriott · 15 years ago
  89. 43cd40e The cursession member in struct cmd_ctx is always either curclient->session or by Nicholas Marriott · 15 years ago
  90. 5a1a106 Permit commands to be bound to key presses without the prefix key first. The by Nicholas Marriott · 15 years ago
  91. 725938f Tidy up keys: use an enum for the key codes, and remove the macros which just by Nicholas Marriott · 15 years ago
  92. 6036bdd Improved layout code. by Nicholas Marriott · 15 years ago
  93. 6f5150a - New command display-message (alias display) to display a message in the by Nicholas Marriott · 15 years ago
  94. 1938c99 Remove a duplicate key binding, and turn off autorepeat for up/down as it is by Nicholas Marriott · 15 years ago
  95. 92da443 Make status_message_set a variadic printf-like function. No functional change - by Nicholas Marriott · 15 years ago
  96. 9e49ec6 Creating a key binding which replaces itself (such as "bind x bind x lsw") by Nicholas Marriott · 15 years ago
  97. 35876ea Import tmux, a terminal multiplexor allowing (among other things) a single by Nicholas Marriott · 15 years ago