This commit is contained in:
TheK4n 2021-09-16 01:35:41 +03:00
parent fb534d3b0e
commit 0561a5b01e

View File

@ -53,10 +53,22 @@ sftp host_name
## Tips ## Tips
### Bash ### Bash
```esc + .``` - last object\ | Command | Description |
```ctrl + r``` - bash_history search\ |:------------------: | :------------------ |
```history -d 130``` - delete 130 line\ |```Esc + .``` | Last object |
```history -c``` - delete all history |```Ctrl + R``` | bash_history search |
|```history -d 130``` | Delete 130 line |
|```history -c``` | Delete all history |
### Vim ### Vim
```d -> ctrl + end``` - delete from cursor to end of file
| Command | Description |
|:------------------: | :------------------------------------ |
|```Ctrl + [``` | Analog Esc |
|```d -> ctrl + end``` | Delete from cursor to end of file |
| ```u``` | Cancel last command |
| ```ctrl+r``` | Cancel cancel |
| ```22G``` | Go to line 22 |
<h1 align="center"><a href="#top"></a></h1>