posts

Keybindings and Commands

A reference for keyboard shortcuts and command-line commands in Linewise.

Keyboard interaction is progressive enhancement. Links and forms still work without JavaScript.

The interface has three modes: NORMAL, COMMAND, and SEARCH.

Keymap

KeyAction
j / kMove selection or scroll the active buffer
g gJump to the top
GJump to the bottom
/Open search palette
:Open command mode
EnterOpen the selected row
qClose the current buffer and navigate to the nearest buffer
bGo to the homepage
Ctrl+dScroll down half a page
Ctrl+uScroll up half a page
Ctrl+bScroll up one page
?Open help
EscReturn to normal mode, close help, or close the file explorer

Linewise does not intercept Ctrl+f; browser page search keeps working.

Commands

Type these in command mode after pressing :.

CommandAction
:ls, :buffers, :postsOpen the buffer list
:archive, :oldfilesOpen the posts list
:tagsOpen the tag index
:search, :findOpen search
:help, :hOpen help
:q, :quitClose the current buffer
:explore, :exToggle the file explorer

Search works in two ways:

  • Press / from normal mode to open a centered palette with live result preview.
  • Visit /find/ for a full quickfix-style search experience.

Linewise loads /search.json on first search interaction, then reuses the cached index. Use ArrowUp / ArrowDown to move through suggestions, and Enter to open the selected result.