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

  • Home
  • SEARCH
  • 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 8295195
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T14:29:55+00:00 2026-06-08T14:29:55+00:00

I know I can open the last closed ( :q ) file in Vim

  • 0

I know I can open the last closed (:q) file in Vim by using :e#. This will open the file in the current tab. How would I perform the same task but open the file in a new Vim tab. Also I am interested in how to open the file in a new split instead of the current tab.

  • 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-08T14:29:59+00:00Added an answer on June 8, 2026 at 2:29 pm

    # is simply an Ex special character that will be replaced with the name of the alternate file. Do an :ls, and the alternate file will be marked with a # there also.

    # can similarly be used with :tabnew and split. In the examples below I’ll use :tabe in place of :tabnew as :tabe is a shorter alias for :tabnew (search for either in the help docs):

    • To open the alternate file in a new tab: :tabe#
    • To open the file in a new split: :split#; this can be abbreviated to :sp#, and :vsp# for a vertical split.

    Using a buffer number from :ls, e.g. buffer number 5 you can also:

    • open the buffer in a split with :sp#5; alternately :sb5 if the switchbuf option contains the newtab specifier – see :help switchbuf
    • open the buffer in a vertical split with :vsp #5 (there is no :vsb)
    • open the buffer in a new tab with :tabe #5
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm would like to know how I can open a specific file using a
I know you can do something like this: readlines(FileName) -> {ok, Device} = file:open(FileName,
I have created this Ruby (1.9.2) code and the last line fails: File.open(test äöü.txt,
Do you know what can I use to open page in my application and
Can anyone please help me to know how to open an excel sheet in
This is something I know can be done somehow , because I've done it
I have a query that I know can be done using a subselect, but
Greetings I may have imagined this but does anyone know if Last.fm previously used
I know the dotnetkicks.com system is open source so I can view the code
I know that when you close a project inside Visual Studio, the last file

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.