Skip to content

Commit

Permalink
upd prefix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
fabmorais committed Jun 16, 2024
1 parent 5a0b21e commit 0f63c37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/which-config/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ local mappings = {
["/"] = { ":CommentToggle<cr>", "Toggle Comment" },
c = {
name = "Dashboard",
c = { ":Dashboard<cr>", "Dashboard" },
c = { ":Dashboard<cr>", "Open dashboard" },
},
q = { ":q<cr>", "Quit" },
Q = { ":wq<cr>", "Save & Quit" },
Expand Down

0 comments on commit 0f63c37

Please sign in to comment.