mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 09:31:41 -05:00
Fix buffer switch bind
This commit is contained in:
parent
025c83c346
commit
f2fad1cc04
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ const DEFAULTS = o({
|
|||
$: "scrollto 100 x",
|
||||
// "0": "scrollto 0 x", // will get interpreted as a count
|
||||
"^": "buffer #",
|
||||
"<c-^>": "buffer #",
|
||||
"<c-6>": "buffer #",
|
||||
H: "back",
|
||||
L: "forward",
|
||||
d: "tabclose",
|
||||
|
|
Loading…
Add table
Reference in a new issue