This repo contains simple bash bindings that help to learn the proper bash emacs like shortcuts.
So instead of ↑ poweruser should use CTRL
+p
.
Current implementatation adds the message to the currently edited line.
Currently supported shortcuts are:
↑
- informs aboutCTRL
+p
↓
- informs aboutCTRL
+n
←
- informs aboutCTRL
+f
orALT
+f
→
- informs aboutCTRL
+b
orALT
+b
home
- informs aboutCTRL
+e
end
- informs aboutCTRL
+a
Currently supported commands are:
clear
- informs aboutCTRL
+l
These bindings can be automatically installed with these simple scripts:
curl -L https://github.com/AlexBaranowski/bash-shortcuts-teacher/raw/master/bash-shortucts-teacher.sh | tee -a ~/.bashrc
See LICENSE file.