feat: Add key map for nvchad
This commit is contained in:
parent
9823c21787
commit
3904a42b2c
2 changed files with 4 additions and 1 deletions
2
flake.lock
generated
2
flake.lock
generated
|
|
@ -1277,7 +1277,7 @@
|
|||
"flake": false,
|
||||
"locked": {
|
||||
"lastModified": 1,
|
||||
"narHash": "sha256-5i6dXIjMmBZZ4WusMd/kCPijOVQR9AkosndKF07QVIo=",
|
||||
"narHash": "sha256-Y6UCxZkTMCxnteIRtuvl49ceQNSu+EIH2PbjOGvvp/I=",
|
||||
"path": "./nvchad",
|
||||
"type": "path"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -27,3 +27,6 @@ map({ "n", "v" }, "<leader>tm", function()
|
|||
image_api.enable()
|
||||
end
|
||||
end, { desc = "Toggle image.nvim" })
|
||||
map("n", "gh", "0")
|
||||
map("n", "gl", "$")
|
||||
map("n", "gs", "^")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue