Open DanWlker opened 1 month ago
0.10.1
MacOS 14.6.1
'x', 'o' ^
using motion dsxa
dsxa
'' ^
using motion dFx
dFx
'o' ^
Here's my config:
{ 'folke/flash.nvim', event = 'VeryLazy', opts = {}, keys = { { 's', mode = { 'n', 'x', 'o' }, function() require('flash').jump { search = { multi_window = false, }, } end, desc = 'Flash (On the character)', }, }, }
dsxa and dFx should match
vim.env.LAZY_STDPATH = '.repro' load(vim.fn.system 'curl -s https://raw.githubusercontent.com/folke/lazy.nvim/main/bootstrap.lua')() require('lazy.minit').repro { spec = { { 'folke/flash.nvim', event = 'VeryLazy', opts = {}, keys = { { 's', mode = { 'n', 'x', 'o' }, function() require('flash').jump { search = { multi_window = false, }, } end, desc = 'Flash (On the character)', }, }, }, }, }
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days.
Did you check docs and existing issues?
Neovim version (nvim -v)
0.10.1
Operating system/version
MacOS 14.6.1
Describe the bug
using motion
dsxa
using motion
dFx
Steps To Reproduce
Here's my config:
Expected Behavior
dsxa and dFx should match
Repro