From 175048e64be06df1ebb64b5ba8eb875b30e2ef47 Mon Sep 17 00:00:00 2001 From: Oliver Blanthorn Date: Thu, 30 May 2019 00:12:22 +0100 Subject: [PATCH] Add tabm, tabo aliases https://magai.hateblo.jp/entry/2018/09/25/142348 pointed out that they were missing --- src/lib/config.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lib/config.ts b/src/lib/config.ts index e09d3f68..0e218b78 100644 --- a/src/lib/config.ts +++ b/src/lib/config.ts @@ -460,6 +460,8 @@ export class default_config { w: "winopen", t: "tabopen", tabnew: "tabopen", + tabm: "tabmove", + tabo: "tabonly", tn: "tabnext_gt", bn: "tabnext_gt", tnext: "tabnext_gt",