From 848a0cadb6ea3ec7a09c458a970f09ee469cd329 Mon Sep 17 00:00:00 2001 From: Jeff Date: Wed, 24 Jan 2024 18:59:27 -0500 Subject: [PATCH] Clean up --- assets/config.json5 | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 assets/config.json5 diff --git a/assets/config.json5 b/assets/config.json5 deleted file mode 100644 index 2157fba..0000000 --- a/assets/config.json5 +++ /dev/null @@ -1,14 +0,0 @@ -{ - "keybindings": { - "Home": { - "": "Quit", // Quit the application - "": "Quit", // Another way to quit - "": "Quit", // Yet another way to quit - "": "Suspend", // Suspend the application - "": "Up", - "": "Down", - "": "Left", - "": "Right", - }, - } -}