Skip to content

Commit fc97d7c

Browse files
committed
nada
1 parent a6f9c20 commit fc97d7c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

lua/config/keymaps.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ map("n", "<leader>re", "<cmd>g/^$/d<cr>|<cmd>noh<cr>", { desc = "Delete Empty Li
140140
-- map("n", "<leader>rE", "<cmd>%!cat -s<cr>", { desc = "Delete Multiple Empty Lines" })
141141
map("n", "<leader>rE", [[:%s!\n\n\n\+!\r\r!g<cr>|<cmd>noh<cr>]], { desc = "Delete Multiple Empty Lines" })
142142
map("n", "<leader>rp", "<cmd>%s/[^[:print:]]//<cr>|<cmd>noh<cr>``", { desc = "Remove Non-Printable Characters" })
143-
map("n", "<leader>rt", "<cmd>%s/\\s\\+$//<cr>|<cmd>noh<cr>``", { desc = "Remove Trailing Whitespace" })
143+
map("n", "<leader>rt", "<cmd>%s/\\s\\+$//<cr>|<cmd>noh<cr>``", { desc = "Remove Trailing Whitespace" }) -- alternative: https://github.com/echasnovski/mini.nvim/blob/main/readmes/mini-trailspace.md
144144
map("n", "<leader>rw", [[:%s/\<<C-r><C-w>\>/<C-r><C-w>/gI<Left><Left><Left>]], { desc = "Replace Word" })
145145
-- stylua: ignore start
146146
map("n", "<leader>rm", function() Util.modeline() end, { desc = "Append Modeline", noremap = true, silent = true })

lua/plugins/dial.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ end
1313

1414
return {
1515
"monaqa/dial.nvim",
16-
recommended = true,
1716
desc = "Increment and decrement numbers, dates, and more",
1817
-- stylua: ignore
1918
keys = {

0 commit comments

Comments
 (0)