diff options
| author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-01-13 01:08:40 +0000 |
|---|---|---|
| committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-01-13 01:08:40 +0000 |
| commit | 98c85cf989a951c28e536e10de147b3263d934ce (patch) | |
| tree | 4a685e79d8097ab8c62dd28bd641cbff612d50f9 /CHANGES | |
| parent | 9ab200843e7f2167129cacfe83aeca6a502a374e (diff) | |
| download | rtmux-98c85cf989a951c28e536e10de147b3263d934ce.tar.gz rtmux-98c85cf989a951c28e536e10de147b3263d934ce.tar.bz2 rtmux-98c85cf989a951c28e536e10de147b3263d934ce.zip | |
command-prompt now accepts a single argument, a template string. Any occurrences of %% in this string are replaced by whatever is entered at the prompt and the result is executed as a command. This allows things like (now bound by default):
bind , command-prompt "rename-window %%"
Or my favourite:
bind x command-prompt "split-window 'man %%'"
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -1,5 +1,16 @@ 12 January 2009 +* command-prompt now accepts a single argument, a template string. Any + occurrences of %% in this string are replaced by whatever is entered at the + prompt and the result is executed as a command. This allows things like (now + bound by default): + + bind , command-prompt "rename-window %%" + + or my favourite: + + bind x command-prompt "split-window 'man %%'" + * Option to set prefix time, allowing multiple commands to be entered without pressing the prefix key again, so long as they each typed within this time of each other. @@ -887,7 +898,7 @@ (including mutt, emacs). No status bar yet and no key remapping or other customisation. -$Id: CHANGES,v 1.199 2009-01-12 23:37:02 nicm Exp $ +$Id: CHANGES,v 1.200 2009-01-13 01:08:40 nicm Exp $ LocalWords: showw utf UTF fulvio ciriaco joshe OSC APC gettime abc DEF OA clr LocalWords: rivo nurges lscm Erdely eol smysession mysession ek dstname RB |