Skip to content

Commit

Permalink
Merge pull request #70 from perryrh0dan/vim-motion
Browse files Browse the repository at this point in the history
feat(cli): add vim motion for windows
  • Loading branch information
perryrh0dan authored Aug 20, 2023
2 parents 4361c48 + 2277e1b commit e173ea3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/cli/selection/selection_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ func Default(message string, items []string) (int, error) {
case keys.Down:
list.Next()
update = true
}
case keys.RuneKey:
if key.String() == "j" {
list.Next()
Expand Down

0 comments on commit e173ea3

Please sign in to comment.