Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 506 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 506 Bytes

Toggles between the current window and the current buffer opened in a new tab page.

Command

:ToggleOnly

You have to define your own key bindings. For example:

nnoremap <leader>o :ToggleOnly<Enter>

Installation

Use your favourite plugin manager. For example, using Plug:

call plug#begin()
Plug 'caenrique/nvim-maximize-window-toggle'
call plug#end()