AutoYADM commit: 2024-11-13 10:15:04
This commit is contained in:
parent
467f8f7a9d
commit
9308e5bcb5
1 changed files with 3 additions and 0 deletions
|
@ -52,6 +52,9 @@ map({ "n" }, "<S-h>", "L", { remap = false })
|
||||||
map({ "n" }, "<S-l>", "H", { remap = false })
|
map({ "n" }, "<S-l>", "H", { remap = false })
|
||||||
-- better delete and put
|
-- better delete and put
|
||||||
|
|
||||||
|
-- better quit
|
||||||
|
map("n", "<leader>q", "<cmd>qa<cr>", { desc = "Quit All" })
|
||||||
|
|
||||||
-- yank history
|
-- yank history
|
||||||
map({ "n", "x" }, "<leader>fp", function()
|
map({ "n", "x" }, "<leader>fp", function()
|
||||||
if LazyVim.pick.picker.name == "telescope" then
|
if LazyVim.pick.picker.name == "telescope" then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue