Add v bind for entering visual mode with hints

This commit is contained in:
Oliver Blanthorn 2020-01-04 17:08:42 +00:00
parent c8360830a4
commit d89c37b450
No known key found for this signature in database
GPG key ID: 2BB8C36BB504BFF3

View file

@ -250,6 +250,7 @@ export class default_config {
";y": "hint -y",
";p": "hint -p",
";h": "hint -h",
"v": "hint -h", // Easiest way of entering visual mode for now. Expect this bind to change
";P": "hint -P",
";r": "hint -r",
";s": "hint -s",