mirror of
https://github.com/vale981/tridactyl
synced 2025-03-08 19:01:40 -05:00
Change stop bind to x to prevent copy conflict
This commit is contained in:
parent
e7a4e6dcf2
commit
5e4e1ea7d9
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ class default_config {
|
||||||
u: "undo",
|
u: "undo",
|
||||||
r: "reload",
|
r: "reload",
|
||||||
R: "reloadhard",
|
R: "reloadhard",
|
||||||
"<C-c>": "stop",
|
x: "stop",
|
||||||
gi: "focusinput -l",
|
gi: "focusinput -l",
|
||||||
"g;": "changelistjump -1",
|
"g;": "changelistjump -1",
|
||||||
gt: "tabnext_gt",
|
gt: "tabnext_gt",
|
||||||
|
|
Loading…
Add table
Reference in a new issue