* Michael Parson on Friday, August 15, 2008 at 11:42:35 -0500
> I've got a user that wants to be able to, with a single command, rename
> the title for the current window when he edits a file to the name of the
> file he is editing.
>
> What I've come up with is a bash function:
>
> svim () {
>
On Aug 15, 2008, at 11:42 AM, Michael Parson wrote:
I've got a user that wants to be able to, with a single command,
rename the title for the current window when he edits a file to the
name of the file he is editing.
Can this be done? or is the solution I've come up with going to be
ab
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Micah Cowan wrote:
> However, you might take advantage of the special "Dynamic Titles"
> feature.
Whoops! No, DON'T DO THAT.
I forgot that the SEARCH portion of the "SEARCH|NAME" syntax _must_ be
seen on the prompt, and before the user starts typing
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Michael Parson wrote:
> I've got a user that wants to be able to, with a single command, rename
> the title for the current window when he edits a file to the name of the
> file he is editing.
>
> What I've come up with is a bash function:
>
> svim (
I've got a user that wants to be able to, with a single command,
rename the title for the current window when he edits a file to the
name of the file he is editing.
What I've come up with is a bash function:
svim () {
echo -ne "\ekediting $1 \e\\"
/usr/local/bin/vim $1
2008/8/15 Aaron Davies <[EMAIL PROTECTED]>:
> On Wed, Aug 13, 2008 at 11:45 PM, Stephane Chazelas
> <[EMAIL PROTECTED]> wrote:
>
>> On Wed, Aug 13, 2008 at 04:55:26PM +0200, Juergen Weigert wrote:
>
>> > - (later) find a tool to generate both from one source
>>
>> About that, zsh uses yodl as a for
On Wed, Aug 13, 2008 at 11:45 PM, Stephane Chazelas
<[EMAIL PROTECTED]> wrote:
> On Wed, Aug 13, 2008 at 04:55:26PM +0200, Juergen Weigert wrote:
> > - (later) find a tool to generate both from one source
>
> About that, zsh uses yodl as a format that is then used to
> produce texinfo and man pag