Skip to content

Plugin for changed files that could be missed from adding somewhere

License

Notifications You must be signed in to change notification settings

Enigama/miss.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Miss - Unsaved Files Manager

Neovim

Miss helps manage unsaved files. It provides a popup window listing all modified buffers, allowing you to quickly save or open them in new tabs.

Features

  • Lists all unsaved files in a floating popup window.
  • Save selected files directly from the popup.
  • Reset all changes from selected file from the popup.
  • Open selected files in a new tab.
  • Easy-to-use keybindings.

Installation

Using packer.nvim

use 'Enigama/miss.nvim'

Using vim-plug

Plug 'Enigama/miss.nvim'

Usage

Use the default keybinding:

<leader>a

Keybindings

Key Action
<leader>a Show popup with unsaved files
s Save selected file and refresh list
<CR> (Enter) Open selected file in a new tab
x Reset changes of selected file and refresh list
q Close the popup

Configuration

Miss works out of the box but can be initialized manually:

require('miss').setup()

🤝 Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

About

Plugin for changed files that could be missed from adding somewhere

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages