vaffle.vim icon indicating copy to clipboard operation
vaffle.vim copied to clipboard

:file_folder: Lightweight, window-based file manager for Vim

Results 10 vaffle.vim issues
Sort by recently updated
recently updated
newest added

I think we should have an option to ignore files. Notably - `node_modules` - `__pycache__` And maybe respect `.gitignore`. I put this as an issue first, if I have time...

enhancement

Thank you for this great plugin! I love the move action of Vaffle, but am sometimes confused by the destination path. Current Vaffle use filer's directory as base directory of...

By skimming though the code I've found that Vaffle is able to restore alternate buffer. So if I open file A then B, and then open Vaffle to file C,...

Currently, only selected files can be opened in split window with these 2 functions: `(vaffle-open-selected-split)` `(vaffle-open-selected-vsplit)` It would be cool to have 2 more functions to open current file in...

The title is pretty self-explanatory :smile: [vim-dirvish](https://github.com/justinmk/vim-dirvish) does it by pressing the key `p`.

When opening a symbolic link on a file, vaffle actually opens the file resolved by the normalize-path function. And I don't think that it is really wise. I would prefer...

Hi and thanks for a really nice plugin. I have a feature request that i think would be nice: When moving files and folders I would like to be able...

## Objective * Add mappings `(vaffle-open-current-window)` The default mapping `w`. This mapping makes us select a window to open current file.

As the title say to be able to create deep directories when entering something like `some/more/directories`. Similar to `mkdir -p`. What do you think?