diff options
| author | user@node5.net <user@node5.net> | 2026-03-15 21:41:25 +0100 |
|---|---|---|
| committer | user@node5.net <user@node5.net> | 2026-03-15 21:41:25 +0100 |
| commit | 120a33f6bdb0f26085cab5250f97cb2817a40111 (patch) | |
| tree | 767fa5eed6893b8b7d86d59d5a35e71176e0c2a1 | |
| parent | 567fa066e45b9156e715b78eca1ace7309d72a4e (diff) | |
classic cmdline at the bottom
being in the middle got in the way sometimes
| -rw-r--r-- | flake.nix | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -176,7 +176,14 @@ }; }; #breadcrumbs.enable = true; - noice.enable = true; # Cooler notifications :Noice command to show a full message history + noice = { # Cooler notifications :Noice command to show a full message history + enable = true; + setupOpts = { + cmdline = { + view = "cmdline"; # Get a classic cmdline at the bottom + }; + }; + }; borders.enable = true; illuminate.enable = true; # highlights all instances of word under cursor }; |
