add mapping for tbufpick command

This commit is contained in:
siduck 2022-08-02 21:11:18 +05:30
parent d8b966730c
commit cf5e7e9811
1 changed files with 3 additions and 0 deletions

View File

@ -104,6 +104,9 @@ M.tabufline = {
end, end,
" close buffer", " close buffer",
}, },
-- pick buffers via numbers
["<Bslash>"] = { "<cmd> TbufPick <CR>", " Pick buffer" },
}, },
} }