From 35621f169ff0dcacba131c7618c3c44b54bf3f6c Mon Sep 17 00:00:00 2001 From: nebula Date: Thu, 24 Apr 2025 06:08:29 +0000 Subject: [PATCH] nevermind! micro doesnt easily display keybinds --- bink.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bink.py b/bink.py index a89a747..024ae55 100755 --- a/bink.py +++ b/bink.py @@ -24,7 +24,7 @@ except FileExistsError: try: editor = os.environ["EDITOR"] except KeyError: - editor = "micro" + editor = "nano" def create_post(body): with open(f"{home}/{time_ns()}", "w", encoding="UTF-8") as f: