Skip to content

Commit

Permalink
fix(char): fixup for keys
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Jun 22, 2023
1 parent 2889e08 commit 81469aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ Install the plugin with your preferred package manager:
enabled = true,
-- by default all keymaps are enabled, but you can disable some of them,
-- by removing them from the list.
keys = { "f", "f", "t", "t", ";", "," },
keys = { "f", "F", "t", "T", ";", "," },
search = { wrap = false },
highlight = { backdrop = true },
jump = { register = false },
Expand Down
2 changes: 1 addition & 1 deletion lua/flash/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ local defaults = {
enabled = true,
-- by default all keymaps are enabled, but you can disable some of them,
-- by removing them from the list.
keys = { "f", "f", "t", "t", ";", "," },
keys = { "f", "F", "t", "T", ";", "," },
search = { wrap = false },
highlight = { backdrop = true },
jump = { register = false },
Expand Down

0 comments on commit 81469aa

Please sign in to comment.