CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/05/27 06:16:27
Modified files:
usr.bin/tmux : arguments.c cmd-bind-key.c cmd-parse.y
key-bindings.c tmux.1
Log message:
Add an additional {} syntax for defining strings in the configuration
file, making it much tidier to define commands that contain other tmux
or shell commands (like if-shell). Also tweak bind-key to expect a
string if it is only given one argument, so {} can be used with it as
well. From Avi Halachmi.
