Search code examples
vim

Opening help in a full window


When I have no opened buffers, calling :h will open help in a split window. But I want it to open in a full-sized window. There doesn't see to be a :nosplit or :full command though. Any ideas?


Solution

  • :h | only
    

    :only is the command that will make the current window the only window visible.