mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2024-11-14 17:01:12 +00:00
[kitty] Select first secret when prompting the secrets kitten
This commit is contained in:
parent
276644ae24
commit
fbd8604a03
@ -37,7 +37,7 @@ def expand_prompt() -> None:
|
|||||||
if buffer.complete_state:
|
if buffer.complete_state:
|
||||||
buffer.complete_next()
|
buffer.complete_next()
|
||||||
else:
|
else:
|
||||||
buffer.start_completion(select_first=False)
|
buffer.start_completion(select_first=True)
|
||||||
|
|
||||||
|
|
||||||
def get_secret_names(attribute: str, value: str) -> Dict[str, str]:
|
def get_secret_names(attribute: str, value: str) -> Dict[str, str]:
|
||||||
|
Loading…
Reference in New Issue
Block a user