mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-08-01 00:25:05 +02:00
refactor: automatically load keymaps, autocmds and options
This commit is contained in:
parent
d224aea4a4
commit
a15f44eb89
6 changed files with 40 additions and 16 deletions
|
@ -1,3 +1,5 @@
|
|||
-- This file is automatically loaded by plugins.config
|
||||
|
||||
-- Move to window using the <meta> movement keys
|
||||
vim.keymap.set("n", "<A-left>", "<C-w>h")
|
||||
vim.keymap.set("n", "<A-down>", "<C-w>j")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue