summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAbouzar Parvan <[email protected]>2021-08-23 08:20:36 +0430
committerGitHub <[email protected]>2021-08-23 08:20:36 +0430
commit86796a0a97e0734be20614dd2586351fe83d4642 (patch)
tree5d2616d0759aa48700f9b3bb9bdd47d94a01930d /README.md
parentd85584d09f9028fa4202cea473f7f0ae3c531aef (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index edadcd37..c140c35d 100644
--- a/README.md
+++ b/README.md
@@ -94,7 +94,7 @@ lvim.keys.normal_mode["<C-s>"] = ":w<cr>"
-- lvim.keys.insert_mode["po"] = {'<ESC>', { noremap = true }}
-- Use which-key to add extra bindings with the leader-key prefix
--- lvim.builtin.which_key.mappings["P"] = { "<cmd>lua require'telescope'.extensions.project.project{}<CR>", "Projects" }
+-- lvim.builtin.which_key.mappings["P"] = { "<cmd>Telescope projects<CR>", "Projects" }
-- lvim.builtin.which_key.mappings["t"] = {
-- name = "+Trouble",
-- r = { "<cmd>Trouble lsp_references<cr>", "References" },