diff --git a/en/default-key-bindings.html b/en/default-key-bindings.html index 3dd0a0e..065c788 100644 --- a/en/default-key-bindings.html +++ b/en/default-key-bindings.html @@ -202,8 +202,10 @@ of modes and the key mappings for each mode.

- + + +
keyremapsaction
.vroot $PWD
/vroot /
ctrl-rreset vroot
~vroot $HOME
vtoggle vroot
ctrl-rreset vroot
ctrl-uunset vroot

create_file

diff --git a/en/messages.html b/en/messages.html index 1ae0f5c..7715bce 100644 --- a/en/messages.html +++ b/en/messages.html @@ -158,6 +158,7 @@
  • Exploring
  • Screen
  • Navigation
  • +
  • Virtual Root
  • Reading Input
  • Switching Mode
  • Switching Layout
  • @@ -394,15 +395,32 @@ read from the input buffer.

    Example:

    Lua: "FollowSymlink" YAML: FollowSymlink

    +

    Virtual Root

    SetVroot

    -

    Sets the virtual root for isolating xplr navigation, similar to --vroot. +

    Sets the virtual root for isolating xplr navigation, similar to +--vroot, but temporary (can be reset back to initial value). If the $PWD is outside the vroot, xplr will automatically enter vroot.

    Type: { SetVroot = "string" }

    Example:

    Lua: { SetVroot = "/tmp" } YAML: SetVroot: /tmp

    +

    UnsetVroot

    +

    Unset the virtual root temporarily (can be reset back to the initial +value).

    +

    Example:

    + +

    ToggleVroot

    +

    Toggle virtual root between unset, initial value and $PWD.

    +

    Example:

    +

    ResetVroot

    -

    Resets the virtual root bach to the value passed by --vroot or /.

    +

    Reset the virtual root back to the initial value.

    Example:

    keyremapsaction
    - + + +
    keyremapsaction
    .vroot $PWD
    /vroot /
    ctrl-rreset vroot
    ~vroot $HOME
    vtoggle vroot
    ctrl-rreset vroot
    ctrl-uunset vroot

    create_file

    @@ -1933,6 +1938,7 @@ represented using
  • Exploring
  • Screen
  • Navigation
  • +
  • Virtual Root
  • Reading Input
  • Switching Mode
  • Switching Layout
  • @@ -2169,15 +2175,32 @@ read from the input buffer.

    Example:

    Lua: "FollowSymlink" YAML: FollowSymlink

    +

    Virtual Root

    SetVroot

    -

    Sets the virtual root for isolating xplr navigation, similar to --vroot. +

    Sets the virtual root for isolating xplr navigation, similar to +--vroot, but temporary (can be reset back to initial value). If the $PWD is outside the vroot, xplr will automatically enter vroot.

    Type: { SetVroot = "string" }

    Example:

    Lua: { SetVroot = "/tmp" } YAML: SetVroot: /tmp

    +

    UnsetVroot

    +

    Unset the virtual root temporarily (can be reset back to the initial +value).

    +

    Example:

    + +

    ToggleVroot

    +

    Toggle virtual root between unset, initial value and $PWD.

    +

    Example:

    +

    ResetVroot

    -

    Resets the virtual root bach to the value passed by --vroot or /.

    +

    Reset the virtual root back to the initial value.

    Example:

    keyremapsaction