From 2943d8b2486056d4627750749fd9b1944f9b37d2 Mon Sep 17 00:00:00 2001 From: anand Date: Wed, 17 Dec 2025 20:43:21 +0530 Subject: Fixed ^L not clearing in bash --- home.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home.nix b/home.nix index 5dfc32c..634580f 100755 --- a/home.nix +++ b/home.nix @@ -35,7 +35,8 @@ in "cd" ]; initExtra = '' - bind '"\C-l": clear-screen' + bind -m vi-insert '"\C-l": clear-screen' + bind -m vi-command '"\C-l": clear-screen' set -o vi eval "$(fzf --bash)" eval "$(zoxide init bash)" -- cgit v1.2.3