mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-04 06:36:24 +00:00
More work on choose files kitten
This commit is contained in:
parent
bbdee7efdf
commit
9de6bfbbd7
4 changed files with 70 additions and 163 deletions
|
|
@ -201,6 +201,7 @@ def make_bitfields() -> None:
|
|||
)
|
||||
mb('tools/vt', 'CellColor', 'is_idx 1', 'red 8', 'green 8', 'blue 8')
|
||||
mb('tools/vt', 'LineAttrs', 'prompt_kind 2',)
|
||||
mb('kittens/choose_files', 'CombinedScore', 'score 32', 'index 32')
|
||||
# }}}
|
||||
|
||||
# Completions {{{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue