Add an "Any" key to run a command if a key is pressed that is not bound
authornicm <nicm@openbsd.org>
Mon, 16 Jul 2018 08:48:22 +0000 (08:48 +0000)
committernicm <nicm@openbsd.org>
Mon, 16 Jul 2018 08:48:22 +0000 (08:48 +0000)
commit6fd4d2fdb29d0f045b528f271239f5328851059b
treee0b6ab45af387fcdc3576b2c57c162d6b1336856
parentd114b773335a4a5ac560adb8d565423b579ad491
Add an "Any" key to run a command if a key is pressed that is not bound
in the current key table. GitHub issue 1404.
usr.bin/tmux/key-string.c
usr.bin/tmux/server-client.c
usr.bin/tmux/tmux.h