tui.defaults.off
tui.defaults.off GROUP... [--page]
Switches groups of default bindings off.
Parameters
GROUP:click,focus,help,pages,palette,pane,paste,quit,scroll,wheel(seetui.defaults.list).--page: only until the page changes.<tui defaults="-quit,-scroll">does this.
Notes
- Without
--pageit lasts for the run. To persist it, set thedefaults.offconfig key.
Example
tui.defaults.off quit # this app handles q itself
