summaryrefslogtreecommitdiffstats
path: root/key-bindings.c
AgeCommit message (Expand)Author
2020-10-13Fix note for "previous-window" default key binding, from Sebastiannicm
2020-09-08Allow -N without a command to change or add a note to an existing key.nicm
2020-06-16d and D keys to reset to default in customize mode.nicm
2020-06-03Make paste -p the default for ], GitHub issue 2248.nicm
2020-05-20Fix a couple more places where the key flags need to be masked off.nicm
2020-05-16Separate key flags and modifiers, log key flags, make the "xterm" flagnicm
2020-05-16Add a mark in copy mode. Set with set-mark command (bound to 'X') bynicm
2020-05-16Add a customize mode where keys and options may be browsed and changed,nicm
2020-05-16Add -W and -T flags to command-prompt to only complete a window and anicm
2020-04-17Add a copy-command option and change copy-pipe and friends to pipe to itnicm
2020-04-13When adding a list of commands to the queue, instead of automaticallynicm
2020-04-13Move cmdq_state into cmd-queue.c.nicm
2020-04-13Rename cmdq_shared to cmdq_state which will better reflect what it isnicm
2020-04-13Also move cmdq_item and cmdq_list into cmd-queue.c (this is to make itsnicm
2020-04-13Make struct cmd local to cmd.c and move it out of tmux.h.nicm
2020-04-06Change copy mode to make copy of the pane history so it does not need tonicm
2020-04-02Add a W position to display-menu -y to use the line above (or below) thenicm
2020-03-20Apply same menu items to view mode like copy mode.nicm
2020-03-20Similarly, disable zoom if only one pane.nicm
2020-03-20Put swap down back in the right place.nicm
2020-03-20Disable swap entries if nothing to swap with.nicm
2020-03-20Still want the per-mode menus outside copy mode.nicm
2020-03-20Oops, typo in key binding.nicm
2020-03-20Make the mouse_word and mouse_line formats work in copy mode and enablenicm
2020-03-12Tidy up the default mouse key bindings and:nicm
2020-01-27Add support for adding a note to a key binding (with bind-key -N) andnicm
2020-01-05Common function to free key bindings.nicm
2019-12-19When adding a list with multiple commands to the queue, the next item tonicm
2019-12-02Remove client menu, I don't think it adds anything.nicm
2019-11-26Add default # and * binding with vi(1) keys.nicm
2019-11-20Do not check the client readonly flag when there is no client, GitHub issue 1...nicm
2019-09-18Up and Down are already used, use < and > instead.nicm
2019-09-16Change menu key bindings to Up and Down and also close it on any mousenicm
2019-09-10Set up format tree for %if, GitHub issue 1896.nicm
2019-05-28Change the default right click pane to open the menu if not in a modenicm
2019-05-28Add key bindings to open the window and pane menus (C-m and M-m for now).nicm
2019-05-28Allow menu items to be disabled by putting a - at the start of theirnicm
2019-05-28Change display-menu from taking a single string to a set of arguments,nicm
2019-05-27Add an additional {} syntax for defining strings in the configurationnicm
2019-05-23Replace the split parser code (cfg.c and cmd-string.c) with a singlenicm
2019-05-12Add simple menus to tree, client, buffer modes.nicm
2019-05-10Add support for simple menus usable with mouse or keyboard. New commandnicm
2019-05-09send-keys also needs to insert key commands in the right order.nicm
2019-04-29Add support for keys to jump between matching brackets - C-M-f and C-M-bnicm
2018-10-18Support for windows larger than visible on the attached client. This hasnicm
2018-08-20Add -Z to find-window as well.nicm
2018-08-02Make key trees and some other bits static.nicm
2018-02-28Add -Z flag to choose-tree, choose-client, choose-buffer tonicm
2017-11-15Add a common function for spreading out cells and use it for the twonicm
2017-10-05Add -- to some key bindings so leading -s work.nicm