28

GitHub - gillyb/stable-windows: Keeps vim windows stable on layout changes

 4 years ago
source link: https://github.com/gillyb/stable-windows
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

stable-windows

Keeps vim windows stable when layout changes.

It really annoys me when opening new windows in vim (especially using the quickfix or location list) and vim automatically adjusts the text in all the windows so the cursor line is centered.

This is what I'm talking about:

Unstable vim windows

And after using the 'stable-windows' plugin, your vim will behave like this:

Stable vim windows

Installation

  • VimPlug
    Place this in your .vimrc:
    Plug gillyb/stable-windows

    And then open vim and run:

    :source %
    :PlugInstall
  • Vundle
    Place this in your .vimrc:
    Plugin gillyb/stable-windows

    And then open vim and run:

    :source %
    :PlugInstall
  • NeoBundle
    Place this in your .vimrc:
    NeoBundle gillyb/stable-windows

    And then open vim and run:

    :source %
    :NeoBundleInstall
  • Pathogen
    Run the following in a terminal:

    cd ~/.vim/bundle
    git clone https://github.com/gillyb/stable-windows

Usage

You do not need to do anything special (except installing) to use this plugin. Once it's loaded in vim, it will just work.

Please enjoy, feel free to contribute and keep on vimming.


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK