trouble.nvim icon indicating copy to clipboard operation
trouble.nvim copied to clipboard

feat: Track the cursor in the list

Open bellini666 opened this issue 4 years ago • 1 comments

Track the cursor inside the list, keeping it in sync with what is happening at the main window.

I did leave it set to false by default, but I can change it to true if desired.

ps. Don't know if track_cursor is the best option name for it.

Fix #32

bellini666 avatar Jan 30 '22 19:01 bellini666

Hey @folke ,

Just updated this PR to resolve the conflicts. Anything missing from it?

Also, I've made the track_cursor option false by default. Maybe it should be true? You decision :)

bellini666 avatar Aug 13 '23 15:08 bellini666

Development on the main branch is EOL.

Trouble has been rewritten and will be merged in main soon.

This issue/feature either no longer exists or has been implemented on dev.

For more info, see https://github.com/folke/trouble.nvim/tree/dev

This option is called follow and is enabled by default

folke avatar Mar 29 '24 07:03 folke