added ctrl+u/k to bash shortcut list

This commit is contained in:
scbj
2025-03-19 14:11:43 +01:00
parent 2b823350a1
commit a9b55646d8

View File

@@ -29,6 +29,8 @@
| ctrl+q | resume output to screen |
| ctrl+c | terminate command |
| ctrl+z | suspend current command (resume with `fg`) |
| crtl+u | delete to start of line |
| ctrl+k | delete to end of line |
| **ctrl+d** | **exit shell** |
### unbind shortcuts