about summary refs log tree commit diff stats
diff options
context:
space:
mode:
Diffstat (limited to '')
-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 ""
     '';
   };
 }