diff options
Diffstat (limited to 'core/ext/key_commands.lua')
-rw-r--r-- | core/ext/key_commands.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/ext/key_commands.lua b/core/ext/key_commands.lua index f8e3ceec..9a98612c 100644 --- a/core/ext/key_commands.lua +++ b/core/ext/key_commands.lua @@ -281,7 +281,7 @@ else keys.ag = { t.find.call_find_next } keys.sag = { t.find.call_find_prev } keys.ar = { t.find.call_replace } - keys.ai = { f.find.find_incremental } + keys.ai = { t.find.find_incremental } keys.saf = { function() t.find.in_files = true |