Skip to content

Commit

Permalink
fix(yazi): scrolling sideways by accident
Browse files Browse the repository at this point in the history
  • Loading branch information
mikavilpas committed Apr 26, 2024
1 parent bfe4761 commit c1adb32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .config/yazi/keymap.toml
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,10 @@ keymap = [
], run = "arrow 1", desc = "Move cursor down" },
{ on = [
"<Left>",
], run = "leave", desc = "Go back to the parent directory" },
], run = "noop" },
{ on = [
"<Right>",
], run = "enter", desc = "Enter the child directory" },
], run = "noop" },

{ on = [
"g",
Expand Down

0 comments on commit c1adb32

Please sign in to comment.