about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-08-29 12:20:20 +0200
committerSoispha <soispha@vhack.eu>2023-08-29 12:20:20 +0200
commita31ba759da49b16016a929d2031d08e2fe5d2387 (patch)
tree57696ec013ea83a9ad2348255006402817b4d85e
parentFix(hm/conf/lf/keybindings): Move the cursor to the end in rename prompt (diff)
downloadnixos-config-a31ba759da49b16016a929d2031d08e2fe5d2387.zip
Fix(hm/conf/lf): Disable cursor in preview pane
-rw-r--r--hm/soispha/conf/lf/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/hm/soispha/conf/lf/default.nix b/hm/soispha/conf/lf/default.nix
index ed037b05..74de78b6 100644
--- a/hm/soispha/conf/lf/default.nix
+++ b/hm/soispha/conf/lf/default.nix
@@ -48,6 +48,9 @@ in {
 
       # close the server, after the last client exits
       set autoquit true
+
+      # disable the cusor in the preview pane
+      set cursorpreviewfmt ""
     '';
   };
 }