Skip to content

Latest commit

 

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

focus.vim

What is this?

This plug in aims to focus the current window to the maximum possible and restores window configuration.

Functions

  • ArchiveWindowConfiguration() Stores current window configuration.

  • FocusCurrentWindow() Makes the current active window take the biggest display real estate possible.

  • RestoreArchivedWindowConfig() Restores window configuration to the archived configuration. RestoreWindow

  • ArchiveAndFocusCurrentWindow() This is basically calling ArchiveWindowConfiguration() + FocusCurrentWindow() ArchiveAndFocus

  • The entire flow

ArchiveRestore

Commands Mapping

:FocusArchive "ArchiveWindowConfiguration()
:FocusFocus "FocusCurrentWindow()
:FocusArchiveFocus "ArchiveAndFocusCurrentWindow()
:FocusRestore "RestoreArchivedWindowConfig()

Installation

With plug.vim, do this

Plug 'stdint/focus.vim'

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages