Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 915 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 915 Bytes

BufCircularKill

Based On BufKill 1.10

News:

  • Fix bug in updateList(), now just remove the delete buffer' Index, not remove the list end.
  • Now change BufKillList to circular list , at the both ends of BufKillList , go back or go formate will go to the another end of BufKillList.
  • Add new buffer function
  • Change key map to spacemacs-like . e.g: 'bn(p)' to turn to next(prev) buffer, 'bt' to create new buffer , 'bd(!)' to delete this buffer
  • Change w:BufKillList and w:BufKillColumnList to global variate , hence it will sync to airline tag bar.

TODO:

  • some buffers unexpected to be load may be out of BufKillList's contrl, e.g: choose nothing while 'Swap file "/path/to/file" already exists!'
  • it should be more swift and fast
  • more details readme
  • make user be able to config key maps

License:

MIT