ray-x / sad.nvim

Space Age seD in Neovim. A project-wide find and replace plugin for Neovim.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Select all by default

louwers opened this issue · comments

I would like to select all by default.

Maybe the third argument of 'sad'.replace can be made to accept a table with options?

commented

well, there are no options/flags to pass to sad cli to select all by default. Beyond scope ATM

commented

@louwers
Although the plugin does not provide a way to select everything by default, but there is a keybinding
<ctrl-a> which selects and unselects all items. Does it work for you