Уточнил инструкцию по поиску команд в bash
All checks were successful
Build MkDocs / build-and-deploy (push) Successful in 2s
All checks were successful
Build MkDocs / build-and-deploy (push) Successful in 2s
This commit is contained in:
@@ -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
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user