From 682719cf97b2e51f57d22bb9011aeb723fdc873f Mon Sep 17 00:00:00 2001 From: Oliver Blanthorn Date: Sun, 18 Mar 2018 15:18:00 +0000 Subject: [PATCH] Change ^ to be more like Ctrl-^ --- src/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.ts b/src/config.ts index 4cb996bc..f7853a44 100644 --- a/src/config.ts +++ b/src/config.ts @@ -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",