feat: add some custom keymaps
Some checks failed
Container build / container-build (push) Failing after 2m2s

This commit is contained in:
Job 2024-11-06 20:03:57 +01:00
parent 702687276a
commit 100f4c130d
Signed by: Job79
SSH Key Fingerprint: SHA256:BezbKv3jZaqu7SdNrZM0e42b8nlNwh63zaVj/pUxc7U

View File

@ -1,2 +0,0 @@
vim.keymap.set("n", "<C-d>", "<C-d>zz", { desc = "Center cursor after moving down half-page" })
vim.keymap.set("n", "<C-u>", "<C-u>zz", { desc = "Center cursor after moving up half-page" })