1. 4c8706d Fix note for "previous-window" default key binding, from Sebastian Falbesoner. by nicm · 4 years ago
  2. 1fed7e8 Allow -N without a command to change or add a note to an existing key. by nicm · 4 years, 1 month ago
  3. 1bf9555 d and D keys to reset to default in customize mode. by nicm · 4 years, 4 months ago
  4. 3f6af41 Make paste -p the default for ], GitHub issue 2248. by nicm · 4 years, 5 months ago
  5. 6bde1c1 Fix a couple more places where the key flags need to be masked off. by nicm · 4 years, 5 months ago
  6. 292b335 Separate key flags and modifiers, log key flags, make the "xterm" flag by nicm · 4 years, 5 months ago
  7. ff8dd15 Add a mark in copy mode. Set with set-mark command (bound to 'X') by by nicm · 4 years, 5 months ago
  8. d67245c Add a customize mode where keys and options may be browsed and changed, by nicm · 4 years, 5 months ago
  9. 463864f Add -W and -T flags to command-prompt to only complete a window and a by nicm · 4 years, 5 months ago
  10. 5aba26f Add a copy-command option and change copy-pipe and friends to pipe to it by nicm · 4 years, 6 months ago
  11. 3f86d6d When adding a list of commands to the queue, instead of automatically by nicm · 4 years, 6 months ago
  12. adb76fd Move cmdq_state into cmd-queue.c. by nicm · 4 years, 6 months ago
  13. 9a65102 Rename cmdq_shared to cmdq_state which will better reflect what it is by nicm · 4 years, 6 months ago
  14. 04cdd03 Also move cmdq_item and cmdq_list into cmd-queue.c (this is to make its by nicm · 4 years, 6 months ago
  15. c20eb0c Make struct cmd local to cmd.c and move it out of tmux.h. by nicm · 4 years, 6 months ago
  16. 77b827f Change copy mode to make copy of the pane history so it does not need to by nicm · 4 years, 6 months ago
  17. 90f4e14 Add a W position to display-menu -y to use the line above (or below) the by nicm · 4 years, 7 months ago
  18. 1a4e64b Apply same menu items to view mode like copy mode. by nicm · 4 years, 7 months ago
  19. 7c25f22 Similarly, disable zoom if only one pane. by nicm · 4 years, 7 months ago
  20. b66501d Put swap down back in the right place. by nicm · 4 years, 7 months ago
  21. 4d68052 Disable swap entries if nothing to swap with. by nicm · 4 years, 7 months ago
  22. 68cf61a Still want the per-mode menus outside copy mode. by nicm · 4 years, 7 months ago
  23. 005cd48 Oops, typo in key binding. by nicm · 4 years, 7 months ago
  24. 06c3079 Make the mouse_word and mouse_line formats work in copy mode and enable by nicm · 4 years, 7 months ago
  25. 6571dd5 Tidy up the default mouse key bindings and: by nicm · 4 years, 7 months ago
  26. d0b8d03 Add support for adding a note to a key binding (with bind-key -N) and by nicm · 4 years, 9 months ago
  27. 73b8c2e Common function to free key bindings. by nicm · 4 years, 10 months ago
  28. 1764f66 When adding a list with multiple commands to the queue, the next item to by nicm · 4 years, 10 months ago
  29. ec1b8e5 Remove client menu, I don't think it adds anything. by nicm · 4 years, 11 months ago
  30. fef8ee2 Add default # and * binding with vi(1) keys. by nicm · 4 years, 11 months ago
  31. 3c312a9 Do not check the client readonly flag when there is no client, GitHub issue 1980. by nicm · 4 years, 11 months ago
  32. 1ee4030 Up and Down are already used, use < and > instead. by nicm · 5 years ago
  33. 83be3af Change menu key bindings to Up and Down and also close it on any mouse by nicm · 5 years ago
  34. 4b7e97b Set up format tree for %if, GitHub issue 1896. by nicm · 5 years ago
  35. e0fd295 Change the default right click pane to open the menu if not in a mode by nicm · 5 years ago
  36. 99a8469 Add key bindings to open the window and pane menus (C-m and M-m for now). by nicm · 5 years ago
  37. 1225541 Allow menu items to be disabled by putting a - at the start of their by nicm · 5 years ago
  38. 799a154 Change display-menu from taking a single string to a set of arguments, by nicm · 5 years ago
  39. 6b33212 Add an additional {} syntax for defining strings in the configuration by nicm · 5 years ago
  40. 723010b Replace the split parser code (cfg.c and cmd-string.c) with a single by nicm · 5 years ago
  41. a131655 Add simple menus to tree, client, buffer modes. by nicm · 5 years ago
  42. 6dcca5f Add support for simple menus usable with mouse or keyboard. New command by nicm · 5 years ago
  43. 21d9750 send-keys also needs to insert key commands in the right order. by nicm · 5 years ago
  44. ec81bd2 Add support for keys to jump between matching brackets - C-M-f and C-M-b by nicm · 5 years ago
  45. 6469953 Support for windows larger than visible on the attached client. This has by nicm · 6 years ago
  46. 665f046 Add -Z to find-window as well. by nicm · 6 years ago
  47. 6048b0f Make key trees and some other bits static. by nicm · 6 years ago
  48. 508e2f0 Add -Z flag to choose-tree, choose-client, choose-buffer to by nicm · 7 years ago
  49. 3b649d2 Add a common function for spreading out cells and use it for the two by nicm · 7 years ago
  50. b462063 Add -- to some key bindings so leading -s work. by nicm · 7 years ago
  51. 78cf3c1 When removing a key table clear it out of clients, fixes issue with by nicm · 7 years ago
  52. a2ca51c Use brackets around prompts which looks better and matches the other modes. by nicm · 7 years ago
  53. aad4e4d Rewrite of choose mode, both to simplify and tidy the code and to add by nicm · 7 years ago
  54. bd39fcb Preserve search string when entering prompt again. by nicm · 7 years ago
  55. 0e3c5eb Insert copy mode bindings at the right place in the command queue. by nicm · 7 years ago
  56. d52f579 Up to now, tmux sees \033\033[OA as M-Up and since we turned on by nicm · 7 years ago
  57. 2ad09ab Key needs to be initialized to zero now it has flags in it. by nicm · 7 years ago
  58. bba5887 Store state shared between multiple commands in the queue in a shared structure. by nicm · 7 years ago
  59. 94b71bc Add Home and End for copy mode. by nicm · 8 years ago
  60. e67548d Cancel key table when switching session, unless the key is going to by nicm · 8 years ago
  61. 85338bb Add support for custom command aliases, this is an array option which by nicm · 8 years ago
  62. ef15b41 Revert WIP parts of previous I didn't mean to commit yet. by nicm · 8 years ago
  63. 68db958 getopt() has a struct option so just return to using options_entry. by nicm · 8 years ago
  64. 52847a9 It is silly for cmd_list_parse to return an integer error when it could by nicm · 8 years ago
  65. 461217d Incremental search in copy mode (on for emacs keys by default) - much by nicm · 8 years ago
  66. a8f3ad4 Make prefix work in all tables (except the prefix table). Users who want by nicm · 8 years ago
  67. 0d1be2e Fix so that we work out the right pane from mouse events - we were doing by nicm · 8 years ago
  68. 6de466c For mouse keys, use the mouse pane as the default current pane. by nicm · 8 years ago
  69. 8084a2c Add %%% to substitute with quotes escaped (convert " to \"). Use this by nicm · 8 years ago
  70. 99c262b Do not have a default binding for C-b in copy-mode-vi or it conflicts by nicm · 8 years ago
  71. b342bd0 Mass rename struct cmd_q to struct cmdq_item and related. by nicm · 8 years ago
  72. ddc4512 Rewrite command queue handling. Each client still has a command queue, by nicm · 8 years ago
  73. 68bebe1 The repeat prompt in both emacs and vi (and the old one in tmux) doesn't by nicm · 8 years ago
  74. 85d7afa Support double and triple clicks (they are cumulative, so double is by nicm · 8 years ago
  75. 76d6d36 Fundamental change to how copy mode key bindings work: by nicm · 8 years ago
  76. f0239a8 Remove some more unused variables, and use RB_FOREACH_SAFE in by nicm · 9 years ago
  77. 995af0e I no longer use my SourceForge address so replace it. by nicm · 9 years ago
  78. 69e0b83 Support UTF-8 key bindings by expanding the key type from int to by nicm · 9 years ago
  79. 5577535 Pass through right click if mouse is on, from Patrick Palka. by nicm · 9 years ago
  80. 3fc001d Use copy-mode -et= in WheelUpPane binding, from Patrick Palka. by nicm · 9 years ago
  81. 380a1ea Default bindings for mouse wheel on status line to change window (like by nicm · 9 years ago
  82. ddbc4a0 By popular demand add a default binding for mouse wheel up to scroll by nicm · 9 years ago
  83. 4219939 Make it so that if a window or session target is prefixed with an =, by nicm · 9 years ago
  84. a863834 Add support for a single "marked pane". There is one marked pane in the by nicm · 9 years ago
  85. 8e9b6e0 Style spacing nits. by nicm · 9 years ago
  86. 1d1208e Fix some char* -> char *. by nicm · 9 years ago
  87. d133705 Bind mouse dragging so that it is passed through to applications if they by nicm · 9 years ago
  88. bded743 Support for multiple key tables to commands to be bound to sequences of by nicm · 10 years ago
  89. bf635e7 Rewrite of tmux mouse support which was a mess. Instead of having by nicm · 10 years ago
  90. abfb965 Fix some spacing nits. by nicm · 10 years ago
  91. 45dfc5a Instead of setting up the default keys by building the key struct by nicm · 10 years ago
  92. 53cbae5 Now that cmdlists are reference counted, there is no need for two-step by nicm · 10 years ago
  93. 2740490 Remove the "info" message mechanism, this was only used for about five by nicm · 11 years ago
  94. c71844d Add resize-pane -Z to temporary zoom the active pane to occupy the full by Nicholas Marriott · 12 years ago
  95. 20636d9 Add a command queue to standardize and simplify commands that call other by Nicholas Marriott · 12 years ago
  96. 2243cfb Need to set clients in context before changing their reference count. by Nicholas Marriott · 12 years ago
  97. a1722d5 Remove unnecessary initializers of cmd_ctx. by Nicholas Marriott · 12 years ago
  98. e33ba57 Remove the layout undo/redo code which never really worked. by Nicholas Marriott · 12 years ago
  99. df912e3 xfree is not particularly helpful, remove it. From Thomas Adam. by Nicholas Marriott · 12 years ago
  100. f20c6fe Add choose-tree command to show windows and sessions in the same by Nicholas Marriott · 12 years ago