fix ctrl backspace
All checks were successful
Activate Homelab Configuration / rebuild (push) Successful in 26s

This commit is contained in:
Satria 2026-07-22 18:03:14 +07:00
commit 4da3950765

View file

@ -30,6 +30,9 @@
cursor_trail = 10; cursor_trail = 10;
copy_on_select = true; copy_on_select = true;
}; };
keybindings = {
"ctrl+backspace" = "send_text all \\x17";
};
}; };
ranger = { ranger = {
enable = true; enable = true;