summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/cmd-list-keys.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add a -d option to display-message to set delay, from theonekeyg atnicm2020-07-271-2/+2
* Always send xterm-style keys for M-Left and M-Right. GitHub issue 2296.nicm2020-07-061-1/+2
* Separate key flags and modifiers, log key flags, make the "xterm" flagnicm2020-05-161-6/+6
* Add a customize mode where keys and options may be browsed and changed,nicm2020-05-161-4/+6
* Support embedded styles in the display-message message, GitHub issuenicm2020-05-161-2/+2
* Make client -c and -t handling common in cmd-queue.c and try to benicm2020-04-131-4/+4
* Also move cmdq_item and cmdq_list into cmd-queue.c (this is to make itsnicm2020-04-131-2/+2
* Make struct cmd local to cmd.c and move it out of tmux.h.nicm2020-04-131-4/+4
* A couple of other redundant checks/assignments.nicm2020-04-091-3/+3
* Add an argument to list-commands to show only a single command.nicm2020-04-051-4/+12
* Add -a to list-keys to also list keys without notes with -N, suggestednicm2020-02-151-7/+12
* Add support for adding a note to a key binding (with bind-key -N) andnicm2020-01-271-6/+146
* Some old tmux versions can sometimes generate layout strings which havenicm2019-10-141-2/+2
* Use a malloc'd buffer for lsk since commands can be very long, from Gregory Pakosz.nicm2019-10-031-8/+29
* Do not lazily use BUFSIZ for "I don't care what size" when buildingnicm2019-10-031-2/+2
* Break the argument escaping code into a separate function and use it tonicm2019-05-231-6/+9
* Make key trees and some other bits static.nicm2018-08-021-7/+20
* In order that people can use formats like #D in #() in the status linenicm2017-05-011-2/+2
* Store state shared between multiple commands in the queue in a sharednicm2017-04-211-3/+3
* Add a window or pane id "tag" to each format tree and use it to separatenicm2017-02-031-2/+2
* Fixed keys for choose mode, and remove the last mode keys bits.nicm2017-01-241-41/+3
* Mass rename struct cmd_q to struct cmdq_item and related.nicm2016-10-161-24/+27
* Add CMD_AFTERHOOK flag to the easy commands that don't need any special handling.nicm2016-10-141-3/+3
* Drop the edit mode key tables and just use fixed key bindings for thenicm2016-10-121-19/+7
* Fundamental change to how copy mode key bindings work:nicm2016-10-111-21/+5
* Allow repeat count to be specified in mode key tables with bind-key -R,nicm2016-09-121-10/+23
* Add -F to list-commands.nicm2016-06-151-16/+39
* I no longer use my SourceForge address so replace it.nicm2016-01-191-2/+2
* Allow list-keys and list-commands to be run without a running server.nicm2015-12-151-3/+3
* Use member names in cmd_entry definitions so I stop getting confusednicm2015-12-131-11/+17
* Do not set a limit on the length of commands when printing them.nicm2015-11-271-7/+4
* Use __unused rather than rolling our own.nicm2015-11-181-4/+4
* Add utf8_padcstr and use it to align columns in list-keys.nicm2015-11-121-11/+18
* Support UTF-8 key bindings by expanding the key type from int tonicm2015-11-121-5/+10
* Handle unknown keys more gracefully, return a string instead of NULL.nicm2015-10-261-9/+1
* Support for multiple key tables to commands to be bound to sequences ofnicm2015-04-201-38/+50
* Tidy up some includes.nicm2014-10-201-2/+2
* Move list-commands into list-keys.nicm2014-10-201-1/+33
* Instead of setting up the default keys by building the key structnicm2014-10-201-2/+1
* Remove the barely-used and unnecessary command check() function.nicm2013-10-101-2/+1
* Add a command queue to standardize and simplify commands that call othernicm2013-03-241-9/+9
* Add copy-pipe mode command to copy selection and also pipe to a command.nicm2013-03-221-3/+6
* Fix some function prototypes from Helmut Tessarek.nicm2012-10-151-2/+2
* Make command exec functions return an enum rather than -1/0/1 values andnicm2012-07-111-8/+7
* Use RB trees not SPLAY.nicm2012-01-211-5/+5
* Reset flags on every loop or it is displayed too often, from Chrisnicm2011-12-271-2/+2
* flags[] should be initialized. From Thomas Adam.nicm2011-07-081-1/+3
* Change the list-keys format so that it shows the keys using actual tmuxnicm2011-07-041-22/+34
* Clean up and simplify tmux command argument parsing.nicm2011-01-041-12/+13
* Mark repeating keys with "(repeat)" in the key list.nicm2010-10-201-1/+6