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:
@ -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]:
|
||||
|
Reference in New Issue
Block a user