Skip to content

Commit

Permalink
feat: show builtin keymaps by default
Browse files Browse the repository at this point in the history
  • Loading branch information
jokajak committed Aug 7, 2023
1 parent 3ccea43 commit f69a1d5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ KeySeer.config = {
initial_mode = "n",

-- Boolean to include built in keymaps in display
include_builtin_keymaps = false,
include_builtin_keymaps = true,
-- Boolean to include global keymaps in display
include_global_keymaps = true,
-- Boolean to include buffer keymaps in display
Expand Down
2 changes: 1 addition & 1 deletion doc/keyseer.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Default values:
initial_mode = "n",
-- Boolean to include built in keymaps in display
include_builtin_keymaps = false,
include_builtin_keymaps = true,
-- Boolean to include global keymaps in display
include_global_keymaps = true,
-- Boolean to include buffer keymaps in display
Expand Down
2 changes: 1 addition & 1 deletion lua/keyseer/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ KeySeer.config = {
initial_mode = "n",

-- Boolean to include built in keymaps in display
include_builtin_keymaps = false,
include_builtin_keymaps = true,
-- Boolean to include global keymaps in display
include_global_keymaps = true,
-- Boolean to include buffer keymaps in display
Expand Down

0 comments on commit f69a1d5

Please sign in to comment.