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; break;
case 'v': case 'v':
case 'V':
if (E.mode == CommandMode) { if (E.mode == CommandMode) {
E.vx = E.cx; E.vx = E.cx;
E.vy = E.cy; E.vy = E.cy;