Enigama/miss.nvim

github github
file-explorer
stars 7
issues 0
subscribers 1
forks 0
CREATED

2025-02-15

UPDATED

3 days ago


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.