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

feat(input): add opts.start_mode to set the initial mode when the input window opens

Open mbenford opened this issue 1 week ago • 0 comments

This PR adds a new option to Snacks Input, start_mode, to set the initial mode when the input window opens, inspired by Dressing.nvim. Changing the initial mode can be useful when a default value is used (e.g. LSP Rename) and that value is expected to be edited.

mbenford avatar Feb 15 '25 02:02 mbenford