Skip to content

Commit 2e888a9

Browse files
committed
refactor: remove change without yanking keymap
1 parent 5b115db commit 2e888a9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lua/core/keymaps.lua

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ local map = vim.keymap.set
22

33
map("n", "q:", "<nop>", { noremap = true })
44

5-
map({ "n", "v", "x" }, "c", '"_c', { desc = "Change without yanking", noremap = true })
6-
map({ "n", "v", "x" }, "C", '"_C', { desc = "Change without yanking", noremap = true })
7-
85
map("o", "ie", "<Cmd><C-u>normal! mzggVG<CR>`z", { desc = "Textobject to select entire buffer" })
96
map("x", "ie", "<Cmd><C-u>normal! ggVG<CR>`z", { desc = "Textobject to select entire buffer" })
107

0 commit comments

Comments
 (0)