mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 09:31:41 -05:00
Change ^ to be more like Ctrl-^
This commit is contained in:
parent
972e69ad9c
commit
682719cf97
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ const DEFAULTS = o({
|
|||
"gg": "scrollto 0",
|
||||
"$": "scrollto 100 x",
|
||||
// "0": "scrollto 0 x", // will get interpreted as a count
|
||||
"^": "scrollto 0 x",
|
||||
"^": "buffer #",
|
||||
"H": "back",
|
||||
"L": "forward",
|
||||
"d": "tabclose",
|
||||
|
|
Loading…
Add table
Reference in a new issue