update keybinds

This commit is contained in:
2026-01-04 04:45:06 +00:00
parent cc280309bb
commit 753380c965
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -101,9 +101,9 @@ func (t *FsTree) Update(msg tea.Msg) (tea.Model, tea.Cmd) {
case tea.KeyMsg:
t.errMsg = ""
switch m.String() {
case "up", "w":
case "w":
_ = t.MoveUp()
case "down", "s":
case "s":
_ = t.MoveDown()
case "e":
_ = t.ToggleSelectedExpand()