summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xfff5
1 files changed, 2 insertions, 3 deletions
diff --git a/fff b/fff
index d75e58e..2fe1254 100755
--- a/fff
+++ b/fff
@@ -443,7 +443,6 @@ cmd_line() {
}
key() {
- # shellcheck disable=SC2153
case "$1" in
# Open list item.
# 'C' is what bash sees when the right arrow is pressed ('\e[C').
@@ -460,8 +459,8 @@ key() {
# key is pressed.
"${FFF_KEY_PARENT1:=h}"|\
"${FFF_KEY_PARENT2:=D}"|\
- "${FFF_KEY_PARENT3=$'\177'}"|\
- "${FFF_KEY_PARENT4=$'\b'}")
+ "${FFF_KEY_PARENT3:=$'\177'}"|\
+ "${FFF_KEY_PARENT4:=$'\b'}")
# If a search was done, clear the results and open the current dir.
if ((search == 1)); then
open "$PWD"