From a79fc306ac3b1333d5f110eb751df6ddd38cd035 Mon Sep 17 00:00:00 2001 From: The_miro Date: Mon, 25 Nov 2024 14:53:55 +0100 Subject: [PATCH] made tab controls less shitty R-T-Z is now movement and creation --- micro/bindings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/micro/bindings.json b/micro/bindings.json index 1f01721..6f47386 100644 --- a/micro/bindings.json +++ b/micro/bindings.json @@ -3,6 +3,6 @@ "CtrlUnderscore": "lua:comment.comment", "Ctrl-Space": "command:tree", "Alt-r":"PreviousTab", - "Alt-t":"NextTab", - "Alt-z":"AddTab" + "Alt-t":"AddTab", + "Alt-z":"NextTab" }