diff --git a/en/configure-key-bindings.html b/en/configure-key-bindings.html index 2adf5f6..a697846 100644 --- a/en/configure-key-bindings.html +++ b/en/configure-key-bindings.html @@ -276,9 +276,9 @@ executes a script in bash.

BashExec, PopMode, SwitchModeBuiltin, ChangeDirectory and FocusPath are messages, $XPLR_PIPE_MSG_IN, $XPLR_PIPE_DIRECTORY_NODES_OUT are -environment variables exported by xplr +environment variables exported by xplr before executing the command. They contain the path to the -input and output pipes that +input and output pipes that allows external tools to interact with xplr.

Now that we have our new mode ready, let's add an entry point to this mode via the default mode.

diff --git a/en/print.html b/en/print.html index 0f2be01..d704d0e 100644 --- a/en/print.html +++ b/en/print.html @@ -610,9 +610,9 @@ executes a script in bash.

BashExec, PopMode, SwitchModeBuiltin, ChangeDirectory and FocusPath are messages, $XPLR_PIPE_MSG_IN, $XPLR_PIPE_DIRECTORY_NODES_OUT are -environment variables exported by xplr +environment variables exported by xplr before executing the command. They contain the path to the -input and output pipes that +input and output pipes that allows external tools to interact with xplr.

Now that we have our new mode ready, let's add an entry point to this mode via the default mode.