Package peppy :: Package plugins :: Module buffer_list_mode
[frames] | no frames]

Module buffer_list_mode

Buffer List Mode

Major mode for displaying a list of buffers and operating on them.

Classes
  ListAllDocuments
  BufferListSTC
Dummy STC just to prevent other modes from being able to change their major mode to this one.
  FlagMixin
Mixin to set a flag and move to the next item in the list
  FlagBackwardsMixin
Mixin to set a flag and move to the previous item in the list.
  BufferListNext
  BufferListPrevious
  BufferListDelete
  BufferListDeleteBackwards
  BufferListSave
  BufferListSaveBackwards
  BufferListMark
  BufferListMarkBackwards
  BufferListClearFlags
  BufferListExecute
  BufferListShow
  BufferListReplace
  BufferListMode
View the list of currently opened buffers
  BufferListModePlugin
Yapsy plugin to register BufferListMode