Aliases V to v

This commit is contained in:
sloum 2020-02-06 20:35:28 -08:00
parent 324bf5153c
commit 57b6c6f51b
1 changed files with 1 additions and 0 deletions

View File

@ -1427,6 +1427,7 @@ void editorCommandKp(int c) {
}
break;
case 'v':
case 'V':
if (E.mode == CommandMode) {
E.vx = E.cx;
E.vy = E.cy;