diff options
| author | anand <anand.panchdhari@gmail.com> | 2025-12-17 20:43:21 +0530 |
|---|---|---|
| committer | anand <anand.panchdhari@gmail.com> | 2025-12-17 20:43:21 +0530 |
| commit | 2943d8b2486056d4627750749fd9b1944f9b37d2 (patch) | |
| tree | bf7d9fbb5c535bb88cc248aaa505d03a98c26cee | |
| parent | fa17cb7c918cfd3d6edd102e1decb39aa42a535e (diff) | |
Fixed ^L not clearing in bash
| -rwxr-xr-x | home.nix | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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)" |
