summaryrefslogtreecommitdiff
path: root/usr.bin/tmux/key-bindings.c
AgeCommit message (Expand)Author
12 daysMouse support on the scrollbars, from Michael Grant.Nicholas Marriott
2024-10-04Rework of copy mode commands ("send-keys -X") to parse the arguments soNicholas Marriott
2024-08-21Add mirrored versions of the main-horizontal and main-vertical layouts whereNicholas Marriott
2023-08-15Add meta bindings for status line menus as well as the existing pane oneNicholas Marriott
2023-02-02Tweak note for D key binding, from Clark Wang.Nicholas Marriott
2022-08-23Add scroll-middle copy mode command to make cursor line in the middle,Nicholas Marriott
2022-08-15Add some const, from Markus F X J Oberhumer.Nicholas Marriott
2022-08-11vi(1) Home/End bindings, from Markus F X J Oberhumer.Nicholas Marriott
2022-07-06Support hyperlinks with capture-pane -e and add a mouse_hyperlinkNicholas Marriott
2022-02-03Add a key in copy mode to toggle position indicator.Nicholas Marriott
2021-08-27Replace %% in command lists (by copying them) for template arguments ,Nicholas Marriott
2021-08-25Validate command argument types (string or command list) and give moreNicholas Marriott
2021-08-23Fix a few memory leaks.Nicholas Marriott
2021-08-21Use new syntax for default key bindings.Nicholas Marriott
2021-08-11Add pipe variants of the line copy commands. While here make the commandNicholas Marriott
2021-08-09Change copy-line and copy-end-of-line not to cancel and add -and-cancelNicholas Marriott
2021-06-10Add -F for command-prompt and use it to fix "Rename" on the window menu,Nicholas Marriott
2021-06-10Add different command historys for different types of promptsNicholas Marriott
2021-06-10Add another couple of keys needed for extended keys, GitHub issue 2658.Nicholas Marriott
2020-10-13Fix note for "previous-window" default key binding, from SebastianNicholas Marriott
2020-09-08Allow -N without a command to change or add a note to an existing key.Nicholas Marriott
2020-06-16d and D keys to reset to default in customize mode.Nicholas Marriott
2020-06-03Make paste -p the default for ], GitHub issue 2248.Nicholas Marriott
2020-05-20Fix a couple more places where the key flags need to be masked off.Nicholas Marriott
2020-05-16Separate key flags and modifiers, log key flags, make the "xterm" flagNicholas Marriott
2020-05-16Add a mark in copy mode. Set with set-mark command (bound to 'X') byNicholas Marriott
2020-05-16Add a customize mode where keys and options may be browsed and changed,Nicholas Marriott
2020-05-16Add -W and -T flags to command-prompt to only complete a window and aNicholas Marriott
2020-04-17Add a copy-command option and change copy-pipe and friends to pipe to itNicholas Marriott
2020-04-13When adding a list of commands to the queue, instead of automaticallyNicholas Marriott
2020-04-13Move cmdq_state into cmd-queue.c.Nicholas Marriott
2020-04-13Rename cmdq_shared to cmdq_state which will better reflect what it isNicholas Marriott
2020-04-13Also move cmdq_item and cmdq_list into cmd-queue.c (this is to make itsNicholas Marriott
2020-04-13Make struct cmd local to cmd.c and move it out of tmux.h.Nicholas Marriott
2020-04-06Change copy mode to make copy of the pane history so it does not need toNicholas Marriott
2020-04-02Add a W position to display-menu -y to use the line above (or below) theNicholas Marriott
2020-03-20Apply same menu items to view mode like copy mode.Nicholas Marriott
2020-03-20Similarly, disable zoom if only one pane.Nicholas Marriott
2020-03-20Put swap down back in the right place.Nicholas Marriott
2020-03-20Disable swap entries if nothing to swap with.Nicholas Marriott
2020-03-20Still want the per-mode menus outside copy mode.Nicholas Marriott
2020-03-20Oops, typo in key binding.Nicholas Marriott
2020-03-20Make the mouse_word and mouse_line formats work in copy mode and enableNicholas Marriott
2020-03-12Tidy up the default mouse key bindings and:Nicholas Marriott
2020-01-27Add support for adding a note to a key binding (with bind-key -N) andNicholas Marriott
2020-01-05Common function to free key bindings.Nicholas Marriott
2019-12-19When adding a list with multiple commands to the queue, the next item toNicholas Marriott
2019-12-02Remove client menu, I don't think it adds anything.Nicholas Marriott
2019-11-26Add default # and * binding with vi(1) keys.Nicholas Marriott
2019-11-20Do not check the client readonly flag when there is no client, GitHub issue 1...Nicholas Marriott