feat: Add ability to choose window to edit (#745)

This commit is contained in:
TJ DeVries
2022-05-15 16:08:16 -04:00
committed by GitHub
parent 2e421ef02d
commit 0b5f1d69d7
4 changed files with 30 additions and 1 deletions

View File

@@ -94,6 +94,8 @@ function Picker:new(opts)
default_selection_index = opts.default_selection_index,
get_selection_window = get_default(opts.get_selection_window, config.values.get_selection_window),
cwd = opts.cwd,
_find_id = 0,