Friday, May 27, 2011

Re: make terminal VIM my default text editor Ubuntu 11.04

Hi Juan,

I think you should use something like
guake -n; guake -e <command>
or
guake -n -e <command>
in your file.

However, this is just a guess.
I found the command line options to guake in their source
http://guake.org/browser/src/guake (lines 795 to 837)

They are documented therein. However, I do not use guake by myself and it did
not even build on my machine due to missing dependencies.
You might have to ask on their mailing list how to open a new tab and execute
a command in that new tab.

Cheers
Tobias


On Thursday 26 May 2011 06:31:50 Juan incaurgarat wrote:
> Tobias, now ive got it working with GUAKE =)
> thank you very much for that!
> but may i ask, that when i open a second file, it doesnt really open it,
> the running instance vim shows some error. So, how do i open a second
> file? opening it via VIM is the only way?
>
> gary and pansz, ive been trying some things with the colors, and downloaded
> a color scheme that i like si far. so now im using it on VIM and GVIM =)
> the thing i dont get yet, is the .vimrc thing
> is it a file? or a you mean the command line on VIM?
> if its a file, either i dont have it or i cant find it.
>
> thanks you all for your polite help!
>
> juan
>
> On Tue, May 24, 2011 at 11:50 PM, pansz <pan.shizhu@gmail.com> wrote:
> > On Wed, May 25, 2011 at 1:42 AM, Juan incaurgarat <juanofx@gmail.com>
> >
> > wrote:
> > > Thank you Ben, Gary and pansz
> > >
> > > that soulution did work, i had to change de $ for %
> > > thanks a lot for your help, this was driving me crazy.
> > >
> > > now, Ben, i dont like GVIM cuz it doesnt look like the terminal VIM
> > > can i change its color settings? that can help.
> > > one of the good things about it is the toolbar?
> >
> > I'm some kind of minimalist and I use the following for gui, no
> >
> > toolbar and no menu:
> > :set guioptions=Aige
> >
> > You can :help 'go' to get details about it.
> >
> > About color, if you like black background, simply put the following in
> > your vimrc:
> >
> > hi Normal guifg=LightGrey guibg=Black
> > set bg=dark
> >
> > This will enable the default dark color scheme, or if you want some
> > other color scheme you can specify your own.
> >
> > --
> > You received this message from the "vim_use" maillist.
> > Do not top-post! Type your reply below the text you are replying to.
> > For more information, visit http://www.vim.org/maillist.php

--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

No comments: