URI: 
       tFix default config - ledit - Text editor (WIP)
  HTML git clone git://lumidify.org/ledit.git (fast, but not encrypted)
  HTML git clone https://lumidify.org/git/ledit.git (encrypted, but very slow)
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 2f53fc9c11a1f7d9261c257e6c53be259bb1f41e
   DIR parent da620ad0dd9ca2e768f6d0289d25ecb51e2415d2
  HTML Author: lumidify <nobody@lumidify.org>
       Date:   Tue, 26 Dec 2023 21:24:49 +0100
       
       Fix default config
       
       Diffstat:
         M keys_command.c                      |       2 ++
         M keys_config.h                       |       2 +-
       
       2 files changed, 3 insertions(+), 1 deletion(-)
       ---
   DIR diff --git a/keys_command.c b/keys_command.c
       t@@ -1,5 +1,7 @@
        /* FIXME: remove CHECK_VIEW_LOCKED when it is confirmed that the new system works properly */
        /* FIXME: Parse commands properly and allow combinations of commands */
       +/* FIXME: properly parse commands - in particular, shown an error if there are extra
       +   characters on the line */
        #include <stdio.h>
        #include <ctype.h>
        #include <stdlib.h>
   DIR diff --git a/keys_config.h b/keys_config.h
       t@@ -139,7 +139,7 @@ struct {
                char *func_name;
                char *text;
        } commands_default[] = {
       -        {"write-quit", "wg"},
       +        {"write-quit", "wq"},
                {"write", "w"},
                {"quit", "q"},
                {"create-view", "v"},