1
0
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:
Daniel Carrillo 2024-10-20 13:15:44 +02:00
parent 276644ae24
commit fbd8604a03
Signed by: dcarrillo
GPG Key ID: E4CD5C09DAED6E16

View File

@ -37,7 +37,7 @@ def expand_prompt() -> None:
if buffer.complete_state:
buffer.complete_next()
else:
buffer.start_completion(select_first=False)
buffer.start_completion(select_first=True)
def get_secret_names(attribute: str, value: str) -> Dict[str, str]: