Skip to content

Commit

Permalink
added > mapping for <
Browse files Browse the repository at this point in the history
  • Loading branch information
ayax79 committed Oct 11, 2024
1 parent a46f22b commit 503d04f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/edit_mode/vi/command.rs
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,7 @@ fn right_bracket_for(c: &char) -> char {
'(' => ')',
'[' => ']',
'{' => '}',
'<' => '>',
_ => *c,
}
}
Expand Down

0 comments on commit 503d04f

Please sign in to comment.