This commit is contained in:
TheK4n 2021-09-16 01:41:52 +03:00
parent c305bd5b5e
commit bff7c784dd

View File

@ -56,7 +56,7 @@ sftp host_name
| Command | Description |
|:------------------: | :------------------ |
|```Esc + .``` | Last object |
|```Ctrl + R``` | bash_history search |
|```Ctrl + R``` | Search by bash_history |
### Vim
@ -64,9 +64,9 @@ sftp host_name
| Command | Description |
|:------------------: | :------------------------------------ |
|```Ctrl + [``` | Analog Esc |
|```d -> ctrl + end``` | Delete from cursor to end of file |
|```d -> Ctrl + End``` | Delete from cursor to end of file |
| ```u``` | Cancel last command |
| ```ctrl+r``` | Cancel cancel |
| ```Ctrl + r``` | Cancel cancel |
| ```22G``` | Go to line 22 |
<h1 align="center"><a href="#top"></a></h1>