Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8795741
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T23:27:20+00:00 2026-06-13T23:27:20+00:00

I want gvim to always open in a separate window and return the command

  • 0

I want gvim to always open in a separate window and return the command prompt immediately. In other words I want

gvim filename

to be the same as

gvim filename &

it seems like I should be able to do this with an alias. Is there a special wildcard character for aliases? Something like:

alias gvim="gvim <wildcard> &"

Where “wildcard” would be replaced by whatever text comes after gvim on the command line.

I also tried:

function gvim() 
{ 
    "/cygdrive/c/program files (x86)/vim/vim72/gvim.exe" "$@" "&" ;
}

But it only opens gvim and doesn’t return the prompt like I want it to.

If someone could point me in the right direction, it would greatly improve my understanding of how .bashrc works.

Thanks!

-Derek

UPDATE: I got it to work by getting rid of the quotation marks around the & and the semicolon at the end:

function gvim() 
{ 
    "/cygdrive/c/program files (x86)/vim/vim72/gvim.exe" "$@" &
}
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T23:27:21+00:00Added an answer on June 13, 2026 at 11:27 pm

    The last is almost right. What is wrong is that plain & tells shell to run process in the background and "&" adds argument to the gvim command-line (i.e. instructs gvim to open file named &). By using quotes here you just instruct shell not to treat & specially and gvim has no reason to do the shell’s job.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to save a list of open files (:ls), quit gvim, start gvim,
This is what I want to do using GVIM 7.3: open a file in
I want to indent multi-line in 'vim/gvim', is there any shortcut in the vim/gvim?
I want to redirect the output of some Windows program directly to gvim basically
want to open pdf file when a user clicks on hyperlink shown in gridview
Want to run javascript function from parent window in child window Example I have
Want to open firefox from terminal at linux with firebug enabled // Terminal $
I'm running portable python and portable gvim. When I run gVimPortable, I want it
I use gVim with Janus . Fantastic. Now I want to improve and change
I'd like gVim to open files dragged into it to open in a new

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.