Re: Vim open file

2008-04-25 Thread axel

Never mind, figured it out.

def open_file(self, server, name):
#self.send_ex(server, 'confirm e %s' %
self.escape_filename(name))
self.send_ex(server, 'confirm tabe %s' %
self.escape_filename(name))

Thanks.

On Apr 25, 9:06 am, axel <[EMAIL PROTECTED]> wrote:
> Hello all,
>
> I also prefer this behaviour. Could someone point me to the portion of
> code that must be changed please.
>
> Thanks.
>
> On Mar 28, 12:28 pm, Tobias Eberle <[EMAIL PROTECTED]> wrote:
>
> > In my opinion it can also be the default (and the current way an
> > option).
>
> > Tobias
>
> > On Fri, 2008-03-28 at 11:12 +, Ali Afshar wrote:
> > > If a lot of people are doing this, it should be an option, rather than a
> > > hack, I think. Any takers?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"PIDA" group.
 To post to this group, send email to pida@googlegroups.com
 To unsubscribe from this group, send email to [EMAIL PROTECTED]
 For more options, visit this group at 
http://groups.google.com/group/pida?hl=en-GB
-~--~~~~--~~--~--~---



Re: Vim open file

2008-04-25 Thread axel

Hello all,

I also prefer this behaviour. Could someone point me to the portion of
code that must be changed please.

Thanks.

On Mar 28, 12:28 pm, Tobias Eberle <[EMAIL PROTECTED]> wrote:
> In my opinion it can also be the default (and the current way an
> option).
>
> Tobias
>
> On Fri, 2008-03-28 at 11:12 +, Ali Afshar wrote:
> > If a lot of people are doing this, it should be an option, rather than a
> > hack, I think. Any takers?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"PIDA" group.
 To post to this group, send email to pida@googlegroups.com
 To unsubscribe from this group, send email to [EMAIL PROTECTED]
 For more options, visit this group at 
http://groups.google.com/group/pida?hl=en-GB
-~--~~~~--~~--~--~---



Re: Vim open file

2008-03-28 Thread Tobias Eberle

In my opinion it can also be the default (and the current way an
option).

Tobias

On Fri, 2008-03-28 at 11:12 +, Ali Afshar wrote:
> If a lot of people are doing this, it should be an option, rather than a 
> hack, I think. Any takers?


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"PIDA" group.
 To post to this group, send email to pida@googlegroups.com
 To unsubscribe from this group, send email to [EMAIL PROTECTED]
 For more options, visit this group at 
http://groups.google.com/group/pida?hl=en-GB
-~--~~~~--~~--~--~---



Re: Vim open file

2008-03-28 Thread Ali Afshar

If a lot of people are doing this, it should be an option, rather than a 
hack, I think. Any takers?

Ali

Tobias Eberle wrote:
> Hello,
>
> doing so (changing "e" to "tabe"), there is always a "No Name" tab open.
> How did you get rid of it?
>
> Best wishes,
>
> Tobias
>
> On Thu, 2008-03-27 at 06:47 -0700, TermiT wrote:
>   
>> ok, nice it's work!
>>
>> On 27 мар, 16:29, Ali Afshar <[EMAIL PROTECTED]> wrote:
>> 
>>> Hi, thanks for your kind words about PIDA.
>>>
>>> You will need to modify this:
>>>
>>> pida/utils/vim/vimcom.py
>>>   
>
>
> >
>   


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"PIDA" group.
 To post to this group, send email to pida@googlegroups.com
 To unsubscribe from this group, send email to [EMAIL PROTECTED]
 For more options, visit this group at 
http://groups.google.com/group/pida?hl=en-GB
-~--~~~~--~~--~--~---



Re: Vim open file

2008-03-28 Thread Tobias Eberle

Hello,

doing so (changing "e" to "tabe"), there is always a "No Name" tab open.
How did you get rid of it?

Best wishes,

Tobias

On Thu, 2008-03-27 at 06:47 -0700, TermiT wrote:
> ok, nice it's work!
> 
> On 27 мар, 16:29, Ali Afshar <[EMAIL PROTECTED]> wrote:
> > Hi, thanks for your kind words about PIDA.
> >
> > You will need to modify this:
> >
> > pida/utils/vim/vimcom.py


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"PIDA" group.
 To post to this group, send email to pida@googlegroups.com
 To unsubscribe from this group, send email to [EMAIL PROTECTED]
 For more options, visit this group at 
http://groups.google.com/group/pida?hl=en-GB
-~--~~~~--~~--~--~---



Re: Vim open file

2008-03-27 Thread Ali Afshar

Edit menu... edit shortcuts

TermiT wrote:
> I have another question how to unbind F10 key (it open application
> menu)
>
> On 27 мар, 16:47, TermiT <[EMAIL PROTECTED]> wrote:
>   
>> ok, nice it's work!
>>
>> On 27 мар, 16:29, Ali Afshar <[EMAIL PROTECTED]> wrote:
>>
>> 
>>> Hi, thanks for your kind words about PIDA.
>>>   
>>> You will need to modify this:
>>>   
>>> pida/utils/vim/vimcom.py
>>>   
>>> Ali
>>>   
>>> TermiT wrote:
>>>   
 Hello, first of all PIDA is awesome!
 When I clicked on file in filebrowser pida open file in vim with vim
 command ":edit", but it will be nice to do it with vim command
 ":tabedit". What file I need to change to get such improvements?
 Thanks!
 
> >
>   


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"PIDA" group.
 To post to this group, send email to pida@googlegroups.com
 To unsubscribe from this group, send email to [EMAIL PROTECTED]
 For more options, visit this group at 
http://groups.google.com/group/pida?hl=en-GB
-~--~~~~--~~--~--~---



Re: Vim open file

2008-03-27 Thread TermiT

I have another question how to unbind F10 key (it open application
menu)

On 27 мар, 16:47, TermiT <[EMAIL PROTECTED]> wrote:
> ok, nice it's work!
>
> On 27 мар, 16:29, Ali Afshar <[EMAIL PROTECTED]> wrote:
>
> > Hi, thanks for your kind words about PIDA.
>
> > You will need to modify this:
>
> > pida/utils/vim/vimcom.py
>
> > Ali
>
> > TermiT wrote:
> > > Hello, first of all PIDA is awesome!
> > > When I clicked on file in filebrowser pida open file in vim with vim
> > > command ":edit", but it will be nice to do it with vim command
> > > ":tabedit". What file I need to change to get such improvements?
> > > Thanks!
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"PIDA" group.
 To post to this group, send email to pida@googlegroups.com
 To unsubscribe from this group, send email to [EMAIL PROTECTED]
 For more options, visit this group at 
http://groups.google.com/group/pida?hl=en-GB
-~--~~~~--~~--~--~---



Re: Vim open file

2008-03-27 Thread TermiT

ok, nice it's work!

On 27 мар, 16:29, Ali Afshar <[EMAIL PROTECTED]> wrote:
> Hi, thanks for your kind words about PIDA.
>
> You will need to modify this:
>
> pida/utils/vim/vimcom.py
>
> Ali
>
> TermiT wrote:
> > Hello, first of all PIDA is awesome!
> > When I clicked on file in filebrowser pida open file in vim with vim
> > command ":edit", but it will be nice to do it with vim command
> > ":tabedit". What file I need to change to get such improvements?
> > Thanks!
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"PIDA" group.
 To post to this group, send email to pida@googlegroups.com
 To unsubscribe from this group, send email to [EMAIL PROTECTED]
 For more options, visit this group at 
http://groups.google.com/group/pida?hl=en-GB
-~--~~~~--~~--~--~---



Re: Vim open file

2008-03-27 Thread Ali Afshar

Hi, thanks for your kind words about PIDA.

You will need to modify this:

pida/utils/vim/vimcom.py

Ali

TermiT wrote:
> Hello, first of all PIDA is awesome!
> When I clicked on file in filebrowser pida open file in vim with vim
> command ":edit", but it will be nice to do it with vim command
> ":tabedit". What file I need to change to get such improvements?
> Thanks!
>
>
> >
>   


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"PIDA" group.
 To post to this group, send email to pida@googlegroups.com
 To unsubscribe from this group, send email to [EMAIL PROTECTED]
 For more options, visit this group at 
http://groups.google.com/group/pida?hl=en-GB
-~--~~~~--~~--~--~---



Vim open file

2008-03-27 Thread TermiT

Hello, first of all PIDA is awesome!
When I clicked on file in filebrowser pida open file in vim with vim
command ":edit", but it will be nice to do it with vim command
":tabedit". What file I need to change to get such improvements?
Thanks!


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"PIDA" group.
 To post to this group, send email to pida@googlegroups.com
 To unsubscribe from this group, send email to [EMAIL PROTECTED]
 For more options, visit this group at 
http://groups.google.com/group/pida?hl=en-GB
-~--~~~~--~~--~--~---