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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T22:42:33+00:00 2026-05-16T22:42:33+00:00

Currently, when my window is bigger than the buffer being displayed, blank lines beyond

  • 0

Currently, when my window is bigger than the buffer being displayed, blank lines beyond the end of file are shown with the ~ characters in the line number column. I would prefer for the line number column for those lines to be blank. Is it possible to make it so?

  • 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-16T22:42:33+00:00Added an answer on May 16, 2026 at 10:42 pm

    Unfortunately, it is not possible to change the tilde character that
    Vim uses to show the lines beyond the end of a file (without modifying
    the source code).

    A viable workaround is to hide those tildes by configuring the
    NonText highlight group, which is used for displaying them,
    so that its foreground color is the same as the background one:

    :highlight NonText ctermfg=bg guifg=bg
    

    However, this approach is not a complete solution, because this
    highlighting group is also used for rendering the list characters
    (see :help 'list' and :help 'listchars'), making it impossible to
    specify highlighting just for the beyond-last-line markings.

    Starting with version 8 (see :helpg Patch 7.4.2213), Vim allows
    to highlight the filler lines after the last line in a buffer using
    a separate highlighting group called EndOfBuffer:

    :highlight EndOfBuffer ctermfg=bg guifg=bg
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I currently have a javascript error handler like this: window.onerror = function(msg, url, line){
I am trying to subclass the currently focused window on a Windows system using
I am trying to subclass the window that currently has focus. I do this
Currently i'm using the PrintPreviewDialog to open a window to preview the printed pages
I'm currently working on a console window in Swing. It's based on a JTextArea
I am currently data into a local db as following: window.localStorage.setItem('QQIDVAL' + ID, JSON.stringify(this));
Currently, I'm trying to have a top-level window in Windows Forms with a custom
I am currently using this code to bring up an info window -(IBAction)showInfo:(id)sender {
how can i retain focus the popuP window? currently it shows the popup window
Problem: How to inject my own response stream to currently running iexplore.exe window.. Explation:

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.