1
0
Fork 0

fix compiler keybind

This commit is contained in:
Luca Bilke 2022-08-15 15:08:54 +02:00
parent 11bfb7cb28
commit 7229b6210a
1 changed files with 1 additions and 1 deletions

View File

@ -229,7 +229,7 @@ lvim.builtin.which_key.mappings = {
j = { "<cmd>BufferLinePick<cr>", "Jump" },
f = { "<cmd>Telescope buffers<cr>", "Find" },
b = { "<cmd>BufferLineCyclePrev<cr>", "Previous" },
c = { "<cmd>w!<CR><cmd>!compiler %:p<CR>", "Compile" },
c = { "<cmd>w!<CR><cmd>!compiler \"%:p\"<CR>", "Compile" },
-- w = { "<cmd>BufferWipeout<cr>", "Wipeout" }, -- TODO: implement this for bufferline
e = {
"<cmd>BufferLinePickClose<cr>",