mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-31 15:19:26 +02:00
feat: add a minimal implementation of bbye (#2267)
This commit is contained in:
parent
564798b83e
commit
f6a75c1d10
3 changed files with 64 additions and 1 deletions
|
@ -67,7 +67,7 @@ M.config = function()
|
|||
["w"] = { "<cmd>w!<CR>", "Save" },
|
||||
["q"] = { "<cmd>q!<CR>", "Quit" },
|
||||
["/"] = { "<cmd>lua require('Comment.api').toggle_current_linewise()<CR>", "Comment" },
|
||||
["c"] = { "<cmd>bdelete!<CR>", "Close Buffer" },
|
||||
["c"] = { "<cmd>BufferKill<CR>", "Close Buffer" },
|
||||
["f"] = { require("lvim.core.telescope.custom-finders").find_project_files, "Find File" },
|
||||
["h"] = { "<cmd>nohlsearch<CR>", "No Highlight" },
|
||||
b = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue