sjbach / lusty

LustyExplorer / LustyJuggler for Vim
http://www.vim.org/scripts/script.php?script_id=1890
256 stars 30 forks source link

<C-d> to delete buffers or files #85

Closed bdtomlin closed 8 years ago

bdtomlin commented 11 years ago

This is a duplicate of pull request another pull request (https://github.com/sjbach/lusty/pull/81). I saw that request had been open for a long time. I have completed the requests made there and expanded on it a bit.

Now can be used to delete a file in the filesystem explorer as well as delete a buffer in the buffer explorer.

sjbach commented 11 years ago

Hi, thanks! I should have responded to this pull request before now. I'm sorry for the long delay. The patch looks good, but the idea of including any kind of filesystem delete functionality in lusty explorer makes me feel queasy. I'd feel much more comfortable if Ctrl-D only worked in the buffer explorer (i.e. only ever has the power to unload buffers, not to delete files).