mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 09:31:41 -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",
|
||||
";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",
|
||||
|
|
Loading…
Add table
Reference in a new issue