Fix buffer switch bind

This commit is contained in:
Colin Caine 2018-04-16 00:55:38 +01:00
parent 025c83c346
commit f2fad1cc04

View file

@ -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",