about summary refs log tree commit diff stats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hm/soispha/conf/lf/keybindings/default.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/hm/soispha/conf/lf/keybindings/default.nix b/hm/soispha/conf/lf/keybindings/default.nix
index 8be0dd73..c16a682f 100644
--- a/hm/soispha/conf/lf/keybindings/default.nix
+++ b/hm/soispha/conf/lf/keybindings/default.nix
@@ -9,6 +9,7 @@
   j = null;
   k = null;
   m = null;
+  f = null;
 
   # Sorting
   kn = ":set sortby natural; set info";
@@ -27,7 +28,8 @@
   es = "\$ nvim -S \"$f\"";
   u = "view_file";
   cc = "\$sudo -e \"$f\"";
-  f  = "execute";
+  fe = "execute";
+  fl = ''cd ''${{readlink --canonicalize "$f"}}'';
 
   # Archive Mappings
   au = "unarchive";