* nu-completer with suggestions

* help menu with scrolling

* updates description rows based on space

* configuration for help menu

* update nu-ansi-term

* corrected test for update cells

* changed keybinding
This commit is contained in:
Fernando Herrera
2022-03-27 14:01:04 +01:00
committed by GitHub
parent 0011f4df56
commit a4410fef40
15 changed files with 1152 additions and 192 deletions

View File

@ -212,6 +212,17 @@ let $config = {
selected_text_style: green_reverse
marker: "? "
}
help_config: {
columns: 4
col_width: 20 # Optional value. If missing all the screen width is used to calculate column width
col_padding: 2
selection_rows: 4
description_rows: 10
text_style: green
selected_text_style: green_reverse
description_text_style: yellow
marker: "% "
}
keybindings: [
{
name: completion_menu