From b3843b69f2ee0ffdcb2c3316d251489cfb317c66 Mon Sep 17 00:00:00 2001 From: Jasha Sommer-Simpson <8935917+Jasha10@users.noreply.github.com> Date: Thu, 29 Aug 2024 14:06:18 -0500 Subject: [PATCH] Update skhdrc - remove duplicated "command" section Remove duplication in skhdrc example --- examples/skhdrc | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/examples/skhdrc b/examples/skhdrc index 4f05c72e..fafc3658 100755 --- a/examples/skhdrc +++ b/examples/skhdrc @@ -58,17 +58,6 @@ # name = desired name for this mode, # # @ = capture keypresses regardless of being bound to an action -# -# command = command is executed through '$SHELL -c' and -# follows valid shell syntax. if the $SHELL environment -# variable is not set, it will default to '/bin/bash'. -# when bash is used, the ';' delimeter can be specified -# to chain commands. -# -# to allow a command to extend into multiple lines, -# prepend '\' at the end of the previous line. -# -# an EOL character signifies the end of the bind. # ############################################################### # # THE FOLLOWING SECTION CONTAIN SIMPLE MAPPINGS DEMONSTRATING HOW #