⚙️ config(nvim): change some keymaps
This commit is contained in:
parent
e1236e1a14
commit
cbb00fcbb7
2 changed files with 2 additions and 2 deletions
|
@ -126,7 +126,7 @@ map("i", "<C-a>", "<Home>", { desc = "Start Of Line" })
|
||||||
map("i", "<C-e>", "<End>", { desc = "End Of Line" })
|
map("i", "<C-e>", "<End>", { desc = "End Of Line" })
|
||||||
|
|
||||||
-- Select all text
|
-- Select all text
|
||||||
map("n", "<C-a>", "gg<S-V>G", { desc = "Select all text", silent = true, noremap = true })
|
map("n", "<C-e>", "gg<S-V>G", { desc = "Select all text", silent = true, noremap = true })
|
||||||
|
|
||||||
-- Paste options
|
-- Paste options
|
||||||
map("i", "<C-v>", '<C-r>"', { desc = "Paste on insert mode" })
|
map("i", "<C-v>", '<C-r>"', { desc = "Paste on insert mode" })
|
||||||
|
|
|
@ -6,6 +6,6 @@ return {
|
||||||
end)
|
end)
|
||||||
end,
|
end,
|
||||||
keys = {
|
keys = {
|
||||||
{ "<leader>sp", "<cmd>Telescope lazy<CR>", desc = "Plugins (Lazy)" },
|
{ "<leader>sP", "<cmd>Telescope lazy<CR>", desc = "Plugins (Lazy)" },
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue