From bff7c784dd7829771af8773e9232998b4afa6686 Mon Sep 17 00:00:00 2001 From: Pendosv Date: Thu, 16 Sep 2021 01:41:52 +0300 Subject: [PATCH] ref --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 42fc297..333d208 100644 --- a/README.md +++ b/README.md @@ -53,10 +53,10 @@ sftp host_name ## Tips ### Bash -| Command | Description | -|:------------------: | :------------------ | -|```Esc + .``` | Last object | -|```Ctrl + R``` | bash_history search | +| Command | Description | +|:------------------: | :------------------ | +|```Esc + .``` | Last object | +|```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 |