mirror of
https://github.com/vale981/tridactyl
synced 2025-03-06 10:01:39 -05:00
Add ';V' binding for 'hint -V'
This commit is contained in:
parent
d0b5e74021
commit
da364230ee
1 changed files with 1 additions and 0 deletions
|
@ -298,6 +298,7 @@ export class default_config {
|
||||||
";;": "hint -; *",
|
";;": "hint -; *",
|
||||||
";#": "hint -#",
|
";#": "hint -#",
|
||||||
";v": "hint -W mpvsafe",
|
";v": "hint -W mpvsafe",
|
||||||
|
";V": "hint -V",
|
||||||
";w": "hint -w",
|
";w": "hint -w",
|
||||||
";t": "hint -W tabopen",
|
";t": "hint -W tabopen",
|
||||||
";O": "hint -W fillcmdline_notrail open ",
|
";O": "hint -W fillcmdline_notrail open ",
|
||||||
|
|
Loading…
Add table
Reference in a new issue