mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
Update keymaps.lua
This commit is contained in:
parent
e809ca64c4
commit
ae0cee30cf
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
-- This file is automatically loaded by lazyvim.config.init
|
||||
|
||||
-- DO NOT USE THIS IN YOU OWN CONFIG!!
|
||||
-- use `local map = vim.keymap.set` instead
|
||||
-- DO NOT USE `LazyVim.safe_keymap_set` IN YOU OWN CONFIG!!
|
||||
-- use `vim.keymap.set` instead
|
||||
local map = LazyVim.safe_keymap_set
|
||||
|
||||
-- better up/down
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue