Skip to content

Commit

Permalink
chore(global keymap): remove keymap c on normal mode
Browse files Browse the repository at this point in the history
  • Loading branch information
rizkyilhampra committed Feb 22, 2024
1 parent 33a8a8b commit 3cafed1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/aquila/core/keymaps.lua
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ set({ "n", "v" }, "<Leader>y", "\"+y", { desc = "Copy/Yank to system clipboard"
set({ "n", "v" }, "<Leader>p", "\"+p", { desc = "Paste from system clipboard" })
set("v", "<leader>P", '"_dP', { desc = 'Do not lose the " register on paste' })
set("n", "x", '"_x', { desc = 'Do not lose the " register on delete' })
set("n", "c", '"_c', { desc = 'Do not lose the " register on change' })
set("n", "s", '"_s', { desc = 'Do not lose the " register on replace' })

set("n", "<Leader>~", '<cmd>Alpha<CR>', { desc = "Take me home to the place i belong ~~" })
Expand Down

0 comments on commit 3cafed1

Please sign in to comment.