Skip to content

caenrique/nvim-maximize-window-toggle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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()

About

Toggle to maximize current buffer in a new tab and back

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published