mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-22 12:31:04 +00:00
7 lines
417 B
Lua
7 lines
417 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
|
|
|
|
-- Remove keymaps to move lines up/down: https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/config/keymaps.lua#L25
|
|
vim.keymap.del({ "n", "i", "v" }, "<A-j>")
|
|
vim.keymap.del({ "n", "i", "v" }, "<A-k>")
|