:orphan: .. title:: SHELL_HISTORY .. option:: CONFIG_SHELL_HISTORY *Enable history in shell* Type: ``bool`` Help ==== Enable commands history. History can be accessed using up and down arrows or Ctrl+n and Ctrl+p meta keys. Direct dependencies =================== \ :option:`SHELL ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Symbols selected by this symbol =============================== - \ :option:`RING_BUFFER ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/shell/Kconfig:122`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:41`` Menu path: (Top) → Sub Systems and OS Services → Shell .. parsed-literal:: config SHELL_HISTORY bool "Enable history in shell" default y select \ :option:`RING_BUFFER ` depends on \ :option:`SHELL ` help Enable commands history. History can be accessed using up and down arrows or Ctrl+n and Ctrl+p meta keys. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*