add navigation binds

This commit is contained in:
Hydroxycarbamide 2024-11-25 09:39:16 +01:00
parent dcd6af00f6
commit ebc7c1077f
Signed by: Siklos
GPG key ID: C06D07D96997549A

View file

@ -69,6 +69,18 @@ return {
["<Leader>b"] = { desc = "Buffers" },
-- quick save
-- ["<C-s>"] = { ":w!<cr>", desc = "Save File" }, -- change description but the same command
["gh"] = {
"0",
desc = "Goto line start"
},
["gl"] = {
"$",
desc = "Goto line end"
},
["gs"] = {
"^",
desc = "Goto first non-blank in line"
}
},
t = {
-- setting a mapping to false will disable it