lazydocker/docs/keybindings/Keybindings_en.md
DevLeonardoK d5f6eee69f Support cycling the log tail count from the services panel too
The services panel's Logs tab renders the underlying container's logs
through the same code path, so bind 't' there as well and include the
tail value in the services context cache key so the tab re-renders
when the value changes. Also switch the tail-limiting writer to
SetContent so the clear+rewrite is atomic and the view never renders
empty in between.
2026-07-14 21:45:37 -03:00

2.7 KiB

This file is auto-generated. To update, make the changes in the pkg/i18n directory and then run go run scripts/cheatsheet/main.go generate from the project root.

Lazydocker menu

Project

  e: edit lazydocker config
  o: open lazydocker config
  m: view logs
  enter: focus main panel
  [: previous tab
  ]: next tab
  /: filter list

Containers

  d: remove
  e: hide/show stopped containers
  p: pause
  s: stop
  r: restart
  a: attach
  m: view logs
  E: exec shell
  t: cycle how many log lines are shown
  c: run predefined custom command
  b: view bulk commands
  w: open in browser (first port is http)
  enter: focus main panel
  [: previous tab
  ]: next tab
  /: filter list

Services

  u: up service
  d: remove containers
  s: stop
  p: pause
  r: restart
  S: start
  a: attach
  m: view logs
  t: cycle how many log lines are shown
  U: up project
  D: down project
  R: view restart options
  c: run predefined custom command
  b: view bulk commands
  E: exec shell
  w: open in browser (first port is http)
  enter: focus main panel
  [: previous tab
  ]: next tab
  /: filter list

Images

  c: run predefined custom command
  d: remove image
  b: view bulk commands
  enter: focus main panel
  [: previous tab
  ]: next tab
  /: filter list

Volumes

  c: run predefined custom command
  d: remove volume
  b: view bulk commands
  enter: focus main panel
  [: previous tab
  ]: next tab
  /: filter list

Networks

  c: run predefined custom command
  d: remove network
  b: view bulk commands
  enter: focus main panel
  [: previous tab
  ]: next tab
  /: filter list

Main

  esc: return

Global

  +: next screen mode (normal/half/fullscreen)
  _: prev screen mode
  1: focus projects panel
  2: focus services panel
  3: focus containers panel
  4: focus images panel
  5: focus volumes panel
  6: focus networks panel