diff options
Diffstat (limited to '')
-rw-r--r-- | hm/soispha/conf/lf/keybindings/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hm/soispha/conf/lf/keybindings/default.nix b/hm/soispha/conf/lf/keybindings/default.nix index c16a682f..b41004dc 100644 --- a/hm/soispha/conf/lf/keybindings/default.nix +++ b/hm/soispha/conf/lf/keybindings/default.nix @@ -29,7 +29,7 @@ u = "view_file"; cc = "\$sudo -e \"$f\""; fe = "execute"; - fl = ''cd ''${{readlink --canonicalize "$f"}}''; + fl = "follow_link"; # Archive Mappings au = "unarchive"; |