summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/cmd-list-keys.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Massive spaces->tabs and trailing whitespace cleanup, hopefully for the lastnicm2009-12-031-2/+2
* Mark -n keys with (no prefix) rather than [].nicm2009-11-181-5/+7
* Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in thenicm2009-11-131-2/+2
* key_string_lookup_key uses a static buffer, so copy its output into the workingnicm2009-11-051-9/+11
* Final pieces of mode key rebinding: bind-key and unbind-key now accept a -tnicm2009-07-281-6/+2
* Next step towards customisable mode keys: build each default table of keys intonicm2009-07-281-7/+58
* Make all messages sent between the client and server fixed size.nicm2009-07-261-3/+1
* Permit commands to be bound to key presses without the prefix key first. Thenicm2009-07-241-7/+13
* Adjust field width to fit longest key when listing.nicm2009-07-211-2/+17
* Having fixed flags for single-character getopt options is a bit hard tonicm2009-07-131-2/+2
* Import tmux, a terminal multiplexor allowing (among other things) a singlenicm2009-06-011-0/+59