Skip to content
This repository has been archived by the owner on Dec 23, 2021. It is now read-only.

Commit

Permalink
added attach key map to navigation panel #26
Browse files Browse the repository at this point in the history
  • Loading branch information
skanehira committed Jan 16, 2019
1 parent e510473 commit 707e2dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion panel/navigatePanel.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ func newNavi() map[string]string {
return map[string]string{
ImageListPanel: "j/k: select image, p: pull image, i: import image, s: save image, Ctrl+l: load image, ctrl+f: search image, f: filter\nd: remove image, Ctrl+d: remove dagling images, c: create container, Enter/o: inspect image, Ctrl+r: refresh images list",
PullImagePanel: "Esc/Ctrl+w: close panel, Enter: pull image",
ContainerListPanel: "j/k: select container, e: export container, c: commit container, f: filter\nu: start container, s: stop container, d: remove container, Enter/o: inspect container, Ctrl+r: refresh container list",
ContainerListPanel: "j/k: select container, e: export container, c: commit container, f: filter, a: attach container\nu: start container, s: stop container, d: remove container, Enter/o: inspect container, Ctrl+r: refresh container list",
DetailPanel: "j/k: cursor down/up, d/u: page down/up",
CreateContainerPanel: "Ctrl+j/k: change input, Esc/Ctrl+w: close panel, Enter: create container",
SaveImagePanel: "Esc/Ctrl+w: close panel, Enter: save image",
Expand Down

0 comments on commit 707e2dd

Please sign in to comment.