Skip to content

Commit

Permalink
moved psql hotkey from 'p' to '~'
Browse files Browse the repository at this point in the history
  • Loading branch information
lesovsky committed Oct 2, 2019
1 parent 4a36439 commit 20c8ef7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion top/help.go
Expand Up @@ -17,7 +17,7 @@ general actions:
Left,Right,<,/ 'Left,Right' change column sort, '<' desc/asc sort toggle, '/' set filter.
Up,Down 'Up' increase column width, 'Down' decrease column width.
C,E,R config: 'C' show config, 'E' edit configs, 'R' reload config.
p start psql session.
~ start psql session.
l open log file with pager.
aux stats actions:
Expand Down
2 changes: 1 addition & 1 deletion top/keybindings.go
Expand Up @@ -46,7 +46,7 @@ func keybindings(g *gocui.Gui) error {
{"sysstat", 'X', menuOpen(menuPgssStyle)},
{"sysstat", 'l', showPgLog},
{"sysstat", 'C', showPgConfig},
{"sysstat", 'p', runPsql},
{"sysstat", '~', runPsql},
{"sysstat", 'B', showAux(auxDiskstat)},
{"sysstat", 'N', showAux(auxNicstat)},
{"sysstat", 'L', showAux(auxLogtail)},
Expand Down

0 comments on commit 20c8ef7

Please sign in to comment.