yi-editor / yi

The Haskell-Scriptable Editor
GNU General Public License v2.0
1.5k stars 199 forks source link

*Buffers* mode is missing essential keybindings #771

Open jraygauthier opened 9 years ago

jraygauthier commented 9 years ago

Looking at yi/src/library/Yi/Mode/Buffers.hs one can see that its bufferKeymap does not include proper bindings for this mode.

One must have is the d to flag a buffer for deletion and x to execute actions on flagged items.

Other interesting bindings are listed there:

http://www.gnu.org/software/emacs/manual/html_node/emacs/Several-Buffers.html

RubenAstudillo commented 6 years ago

I know this is 3 years too late, but I've implemented that functionality on the Buffer List mode. Now when pressing C-x C-b you can flag for deletion and eXecution files plus some info on the buffers a la Emacs. That is for now on my more-info-list-buffers branch.

jraygauthier commented 6 years ago

Nice job. Might turn me back into yi.

RubenAstudillo commented 6 years ago

Currently it is on pull request!