about summary refs log tree commit diff stats
path: root/hm/soispha/conf/lf/keybindings
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-05-11 10:00:29 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-05-11 10:01:51 +0200
commitf8421335afe6d5f6120a40c7ed363cdb879a3c24 (patch)
treeaa0cc514fd160f74660480ed95a4e31ec5b43043 /hm/soispha/conf/lf/keybindings
parentfix(hm/wms/river/init): Restore the pre 3.0 forced ssd (diff)
downloadnixos-config-f8421335afe6d5f6120a40c7ed363cdb879a3c24.zip
fix(hm/conf/lf): Correctly implement symlink following
Diffstat (limited to 'hm/soispha/conf/lf/keybindings')
-rw-r--r--hm/soispha/conf/lf/keybindings/default.nix2
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";