Update README.md

This commit is contained in:
Abouzar Parvan 2021-07-20 16:56:37 +00:00 committed by GitHub
parent 029e08868a
commit 0641bbd2fb
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

@ -87,10 +87,6 @@ O.keys.normal_mode = {
-- Page down/up -- Page down/up
{'[d', '<PageUp>'}, {'[d', '<PageUp>'},
{']d', '<PageDown>'}, {']d', '<PageDown>'},
-- Navigate buffers
{'<Tab>', ':bnext<CR>'},
{'<S-Tab>', ':bprevious<CR>'},
} }
-- if you just want to augment the existing ones then use the utility function -- if you just want to augment the existing ones then use the utility function
require("lv-utils").add_keymap_insert_mode({ silent = true }, { 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 ```bash
cd ~/.config/nvim 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 and then inspect `~/.config/nvim/lv-settings.lua` file