mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-05-22 14:43:55 +00:00
new: add cokeline
This commit is contained in:
parent
2c9a9b4d29
commit
915bef780f
7 changed files with 142 additions and 1 deletions
|
|
@ -32,7 +32,6 @@ in {
|
|||
maps.normal = mkMerge [
|
||||
(mkLuaBinding cfg.mappings.closeCurrent "require(\"bufdelete\").bufdelete" mappings.closeCurrent.description)
|
||||
(mkBinding cfg.mappings.cycleNext ":BufferLineCycleNext<CR>" mappings.cycleNext.description)
|
||||
(mkBinding cfg.mappings.cycleNext ":BufferLineCycleNext<CR>" mappings.cycleNext.description)
|
||||
(mkBinding cfg.mappings.cyclePrevious ":BufferLineCyclePrev<CR>" mappings.cyclePrevious.description)
|
||||
(mkBinding cfg.mappings.pick ":BufferLinePick<CR>" mappings.pick.description)
|
||||
(mkBinding cfg.mappings.sortByExtension ":BufferLineSortByExtension<CR>" mappings.sortByExtension.description)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue