Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

nx.buffers

nx.buffers.actions.open()

nx.buffers.actions.open(): the default <CR> action inside the :ls / :buffers list panel (filetype nxbuffers). Reads the buffer number off the start of the cursor’s row, closes the panel, and switches to that buffer — scheduled so the switch lands in the main window after the panel close restores focus. Bound buffer-locally as a default map (a user <CR> map overrides it); rebindable like the other panel actions (nx.qf.actions.jump, nx.panels.actions.open). Note this is the buffer-list panel’s key action, distinct from the nx.buf.* buffer API.

Defined in keymap.lua.