mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
6 lines
344 B
Lua
6 lines
344 B
Lua
-- Keymaps are automatically loaded on the VeryLazy event
|
|
-- Default keymaps that are always set: https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/config/keymaps.lua
|
|
-- Add any additional keymaps here
|
|
|
|
vim.api.nvim_set_keymap('n', '<C-U>', '<C-U>zz', {noremap = true})
|
|
vim.api.nvim_set_keymap('n', '<C-D>', '<C-D>zz', {noremap = true})
|