Skip to content

Commit

Permalink
docs: add completion keymap and theme
Browse files Browse the repository at this point in the history
  • Loading branch information
sxyazi committed Nov 7, 2023
1 parent 59fc29e commit 62b0053
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 3 deletions.
12 changes: 12 additions & 0 deletions docs/configuration/keymap.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,3 +261,15 @@ If you haven't created and used your own configuration file yet, please see [Con
- arrow
- `n`: Move the cursor up or down n lines. Negative value for up, positive value for down.
- filter: Apply a filter for the help items.

## Completion

- close: Hide the completion menu.

- `--submit`: Submit the completion.

- arrow

- `n`: Move the cursor up or down n lines. Negative value for up, positive value for down.

- help: Open the help menu.
18 changes: 15 additions & 3 deletions docs/configuration/theme.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,18 +110,30 @@ Permissions
- permissions_x (Style): Execute permission.
- permissions_s (Style): `-` separator.

## Select

- border (Style): Border style.
- active (Style): Selected item style.
- inactive (Style): Unselected item style.

## Input

- border (Style): Border style.
- title (Style): Title style.
- value (Style): Value style.
- selected (Style): Selected value style.

## Select
## Completion

- border (Style): Border style.
- active (Style): selected item style.
- inactive (Style): unselected item style.
- active (Style): Selected item style.
- inactive (Style): Unselected item style.

Icons

- icon_file (String): File icon.
- icon_folder (String): Folder icon.
- icon_command (String): Command icon.

## Tasks

Expand Down

0 comments on commit 62b0053

Please sign in to comment.