diff options
author | Soispha <soispha@vhack.eu> | 2023-08-29 12:20:20 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-08-29 12:20:20 +0200 |
commit | a31ba759da49b16016a929d2031d08e2fe5d2387 (patch) | |
tree | 57696ec013ea83a9ad2348255006402817b4d85e | |
parent | Fix(hm/conf/lf/keybindings): Move the cursor to the end in rename prompt (diff) | |
download | nixos-config-a31ba759da49b16016a929d2031d08e2fe5d2387.zip |
Fix(hm/conf/lf): Disable cursor in preview pane
-rw-r--r-- | hm/soispha/conf/lf/default.nix | 3 |
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 "" ''; }; } |