⚙️ config(nvim): change keymap to select all text in a buffer
This commit is contained in:
parent
228cee8698
commit
c0bf372aac
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ map("i", "<C-a>", "<Home>", { desc = "Start Of Line" })
|
|||
map("i", "<C-e>", "<End>", { desc = "End Of Line" })
|
||||
|
||||
-- Select all text
|
||||
map("n", "<C-e>", "gg<S-V>G", { desc = "Select all Text", silent = true, noremap = true })
|
||||
map("n", "<C-a>", "gg<S-V>G", { desc = "Select all Text", silent = true, noremap = true })
|
||||
|
||||
-- Paste options
|
||||
map("i", "<C-v>", '<C-r>"', { desc = "Paste on Insert Mode" })
|
||||
|
|
Loading…
Add table
Reference in a new issue