Change ^ to be more like Ctrl-^

This commit is contained in:
Oliver Blanthorn 2018-03-18 15:18:00 +00:00
parent 972e69ad9c
commit 682719cf97
No known key found for this signature in database
GPG key ID: 2BB8C36BB504BFF3

View file

@ -53,7 +53,7 @@ const DEFAULTS = o({
"gg": "scrollto 0", "gg": "scrollto 0",
"$": "scrollto 100 x", "$": "scrollto 100 x",
// "0": "scrollto 0 x", // will get interpreted as a count // "0": "scrollto 0 x", // will get interpreted as a count
"^": "scrollto 0 x", "^": "buffer #",
"H": "back", "H": "back",
"L": "forward", "L": "forward",
"d": "tabclose", "d": "tabclose",