tmux_super_fingers icon indicating copy to clipboard operation
tmux_super_fingers copied to clipboard

By default it works but it doesn't choose the good vim instance

Open RoXuS opened this issue 1 year ago • 4 comments

Hey, thx for this plugin!

Not sure if it is an issue but by default the plugin opens the file in other window (where an instance of nvim is present) instead of the current window where I have an existing pane with nvim too.

Is it the expected behavior?

RoXuS avatar Oct 07 '24 15:10 RoXuS

Yeah, that's expected. It's just picking the first nvim instance.

Perhaps it could prefer the one in the current window, if there is one.

artemave avatar Oct 07 '24 19:10 artemave

or maybe an option to pick the first nvim instance OR pick the closest (in current window then in closest window)?

RoXuS avatar Oct 08 '24 07:10 RoXuS

By "first" I really meant unspecified. It was never designed to work with multiple vim instances. So I don't believe "first" has any value.

artemave avatar Oct 08 '24 07:10 artemave

oh ok and this feature is possible, can we selected the "closest" vim instance?

RoXuS avatar Oct 16 '24 09:10 RoXuS