🗑️ remove(nvim): toggle tabline keymap
This commit is contained in:
parent
91b3a853c0
commit
252936b115
1 changed files with 0 additions and 9 deletions
|
@ -99,15 +99,6 @@ map("n", "<leader>uS", function()
|
|||
end
|
||||
end, { desc = "Toggle Statusline" })
|
||||
|
||||
-- Toggle tabline
|
||||
map("n", "<leader>u<tab>", function()
|
||||
if o.showtabline:get() == 0 then
|
||||
o.showtabline = 2
|
||||
else
|
||||
o.showtabline = 0
|
||||
end
|
||||
end, { desc = "Toggle Tabline" })
|
||||
|
||||
-- Comment box
|
||||
map("n", "]/", "/\\S\\zs\\s*╭<CR>zt", { desc = "Next Block Comment" })
|
||||
map("n", "[/", "?\\S\\zs\\s*╭<CR>zt", { desc = "Prev Block Comment" })
|
||||
|
|
Loading…
Add table
Reference in a new issue