From 96785a8db53a7fb23499abfd2cfb82644e8e89f6 Mon Sep 17 00:00:00 2001 From: project-repo Date: Fri, 19 Feb 2021 17:04:24 +0100 Subject: [PATCH] Fix typo --- Bugs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bugs.md b/Bugs.md index 580f458..3c5def0 100644 --- a/Bugs.md +++ b/Bugs.md @@ -76,7 +76,7 @@ workspace 2. Therefore, this change would simplify the code base, while at the same time increasing the feature set. PS: As a side effect, this would allow quirky statements such as -`bind dbind r hsplit` which would bind the d key to binding the r key to +`bind d bind r hsplit` which would bind the d key to binding the r key to split the output... ```