We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a31deb commit 822adc6Copy full SHA for 822adc6
1 file changed
pkg/ui/keys.go
@@ -78,7 +78,7 @@ var keys = &KeyMap{
78
key.WithHelp("y", "copy file path"),
79
),
80
SwitchPanel: key.NewBinding(
81
- key.WithKeys("tab"),
+ key.WithKeys("tab", "shift+tab"),
82
key.WithHelp("tab", "switch panel"),
83
84
OpenInEditor: key.NewBinding(
0 commit comments