1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-07-01 10:29:26 +00:00

[kitty] Select first secret when prompting the secrets kitten

This commit is contained in:
2024-10-20 13:15:44 +02:00
parent 276644ae24
commit fbd8604a03

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]: