| commit | 6b332127cae97914d34c39575881fbc87205f4e0 | [log] [download] |
|---|---|---|
| author | nicm <nicm> | Mon May 27 12:16:27 2019 +0000 |
| committer | nicm <nicm> | Mon May 27 12:16:27 2019 +0000 |
| tree | e451d78a0ec378c4b58b3a401a88532c27a25ae0 | |
| parent | 65e5e1456179d68f36602a5976184b38cc4b636c [diff] |
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.