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 3282746
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T19:57:46+00:00 2026-05-17T19:57:46+00:00

After searching for something, if you hit // , you seem to get the

  • 0

After searching for something, if you hit //, you seem to get the next result. How is this different from n? How should you use it? What does //e match, and what other options are there for //?

  • 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-05-17T19:57:46+00:00Added an answer on May 17, 2026 at 7:57 pm

    The search command is of the following format:

    /pattern/offset<cr>
    

    If the pattern part is left out, the search looks for the last pattern that was searched for. If the offset is left out, no offset is applied. The offset is basically what to do to the cursor once you’ve found your pattern item.

    Most vi users are familiar with the variation without an offset, /pax<cr> and the repeat last search, /<cr>, which is equivalent to n.

    In your specific examples, //<cr> is the same as /<cr> and it means repeat the last search and apply no offset.

    On the other hand, //e<cr> means to repeat the last search and move the cursor to the end of the found item. The offsets are:

    [num]         [num] lines downwards, in column 1
    +[num]        [num] lines downwards, in column 1
    -[num]        [num] lines upwards, in column 1
    e[+num]       [num] characters to the right of the end of the match
    e[-num]       [num] characters to the left of the end of the match
    s[+num]       [num] characters to the right of the start of the match
    s[-num]       [num] characters to the left of the start of the match
    b[+num]       [num] identical to s[+num] above (mnemonic: begin)
    b[-num]       [num] identical to s[-num] above (mnemonic: begin)
    ;{pattern}    perform another search, see |//;|
    

    A plus or minus without a num uses 1.

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

Sidebar

Related Questions

I think this question should be something easy but after searching all over the
UPDATE: After searching a bit I don't seem to be alone about this problem:
After searching online and reading the Oracle documentation for this, I need some help
After searching a lot i did not get any answers and finally i had
I'm sure this is discussed somewhere, but after searching for a while I can't
After searching around for months on and off I finally decided to post this
I'm using the latest python release and after searching, I can't seem to find
I hope this isn't a stupid question, but after searching around for quite a
I want to replace a specific amount of text after searching for something with
I thought I'd seen an answer to this question before, but after searching here

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.