From 0641bbd2fb96f7be4be5bacb6e975a0b2413b26b Mon Sep 17 00:00:00 2001 From: Abouzar Parvan Date: Tue, 20 Jul 2021 16:56:37 +0000 Subject: [PATCH] Update README.md --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 5792a64b..07947c47 100644 --- a/README.md +++ b/README.md @@ -87,10 +87,6 @@ O.keys.normal_mode = { -- Page down/up {'[d', ''}, {']d', ''}, - - -- Navigate buffers - {'', ':bnext'}, - {'', ':bprevious'}, } -- if you just want to augment the existing ones then use the utility function require("lv-utils").add_keymap_insert_mode({ silent = true }, { @@ -168,7 +164,7 @@ In case you want to see all the settings inside LunarVim, run the following: ```bash cd ~/.config/nvim -nvim --headless +'lua require("lv-utils").generate_settings()' +qa && sort -o lv-settings.lua{,} +lvim --headless +'lua require("lv-utils").generate_settings()' +qa && sort -o lv-settings.lua{,} ``` and then inspect `~/.config/nvim/lv-settings.lua` file