Уточнил инструкцию по поиску команд в bash
All checks were successful
Build MkDocs / build-and-deploy (push) Successful in 2s

This commit is contained in:
2025-02-24 19:19:17 +03:00
parent 07f4c78355
commit ec2b6e13b7

View File

@@ -8,7 +8,6 @@
```sh ```sh
nano ~/.inputrc nano ~/.inputrc
bind -f ~/.inputrc
``` ```
=== ".inputrc" === ".inputrc"
@@ -16,4 +15,10 @@
```sh ```sh
"\e[A": history-search-backward "\e[A": history-search-backward
"\e[B": history-search-forward "\e[B": history-search-forward
``` ```
После обновления `.inputrc` нужно либо начать сеанс заново, либо выполнить команду.
```sh
bind -f ~/.inputrc
```