mirror of
https://github.com/vale981/tridactyl
synced 2025-03-06 01:51:40 -05:00
Add v bind for entering visual mode with hints
This commit is contained in:
parent
c8360830a4
commit
d89c37b450
1 changed files with 1 additions and 0 deletions
|
@ -250,6 +250,7 @@ export class default_config {
|
||||||
";y": "hint -y",
|
";y": "hint -y",
|
||||||
";p": "hint -p",
|
";p": "hint -p",
|
||||||
";h": "hint -h",
|
";h": "hint -h",
|
||||||
|
"v": "hint -h", // Easiest way of entering visual mode for now. Expect this bind to change
|
||||||
";P": "hint -P",
|
";P": "hint -P",
|
||||||
";r": "hint -r",
|
";r": "hint -r",
|
||||||
";s": "hint -s",
|
";s": "hint -s",
|
||||||
|
|
Loading…
Add table
Reference in a new issue