add tab character toggle

main
Zynh0722 2024-01-31 14:25:28 -08:00
parent b7b1127aac
commit 9f7beb5ba8
1 changed files with 1 additions and 0 deletions

View File

@ -28,3 +28,4 @@ map(
"<Cmd>lua vim.cmd('normal! <C-d>'); MiniAnimate.execute_after('scroll', 'normal! zz')<CR>",
{ desc = "Centered Half Page Down", remap = true }
)
map("n", "<leader>u<Tab>", ":set list!<CR>", { desc = "Toggle list (Whitespace display)", remap = true })