plugins.dashboard.settings.config.disable_move
Disable movement keymaps in the dashboard buffer.
Specifically, the following keymaps are disabled:
w
, f
, b
, h
, j
, k
, l
, <Up>
, <Down>
, <Left>
, <Right>
Type: null or boolean or raw lua code
Default:
null
Plugin default: false
Declared by:
plugins.dashboard.settings.config.footer
The footer text, displayed at the bottom of the buffer.
Type: null or (list of (string or raw lua code))
Default:
null
Plugin default: [ ]
Declared by:
plugins.dashboard.settings.config.header
The header text, displayed at the top of the buffer.
Type: null or (list of (string or raw lua code))
Default:
null
Plugin default:
[
""
" ██████╗ █████╗ ███████╗██╗ ██╗██████╗ ██████╗ █████╗ ██████╗ ██████╗ "
" ██╔══██╗██╔══██╗██╔════╝██║ ██║██╔══██╗██╔═══██╗██╔══██╗██╔══██╗██╔══██╗ "
" ██║ ██║███████║███████╗███████║██████╔╝██║ ██║███████║██████╔╝██║ ██║ "
" ██║ ██║██╔══██║╚════██║██╔══██║██╔══██╗██║ ██║██╔══██║██╔══██╗██║ ██║ "
" ██████╔╝██║ ██║███████║██║ ██║██████╔╝╚██████╔╝██║ ██║██║ ██║██████╔╝ "
" ╚═════╝ ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝╚═════╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═════╝ "
""
]
Declared by: