aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2019-06-12 18:55:55 -0700
committerBruce Hill <bruce@bruce-hill.com>2019-06-12 18:55:55 -0700
commit8000a4a1bbe5685bf096971563743424ed60c78a (patch)
treee17781a3bddfc92de340767a9c502ecd99ae226f /config.def.h
parentbd06e6c99ab395bdf8dcd7030feb832de9080461 (diff)
Renamed command->script in more places to avoid confusion.
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.def.h b/config.def.h
index e715a11..1468eec 100644
--- a/config.def.h
+++ b/config.def.h
@@ -68,7 +68,7 @@
// Types:
typedef struct {
int keys[MAX_REBINDINGS+1];
- const char *command;
+ const char *script;
const char *description;
} binding_t;
@@ -210,7 +210,7 @@ binding_t bindings[] = {
{{'r'},
"bb +refresh; "
"for f; do "
- " if r=\"$(dirname \"$f\")/$("ASKECHO("rename: ", "$(basename \"$f\")")")\"; then "
+ " if r=\"$(dirname \"$f\")/$("ASKECHO("Rename: ", "$(basename \"$f\")")")\"; then "
" if test \"$r\" != \"$f\" && mv -i \"$f\" \"$r\"; then "
" test $BBSELECTED && bb \"+deselect:$f\" \"+select:$r\"; "
" fi; "