Files
devcontainer/config/nvim/config/options.lua
T
Job79 d97a76499f
Container build / container-build (push) Successful in 3m54s
fix: give container access to host networking
2024-10-09 16:23:09 +02:00

3 lines
190 B
Lua

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" })