mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 14:40:06 +02:00
Help menu (#4992)
* 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:
@ -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
|
||||
|
Reference in New Issue
Block a user