From 0561a5b01ed24668dbe3b4e401c3c706646195e7 Mon Sep 17 00:00:00 2001 From: Pendosv Date: Thu, 16 Sep 2021 01:35:41 +0300 Subject: [PATCH] ref --- README.md | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c31a2c3..f64be10 100644 --- a/README.md +++ b/README.md @@ -53,10 +53,22 @@ sftp host_name ## Tips ### Bash -```esc + .``` - last object\ -```ctrl + r``` - bash_history search\ -```history -d 130``` - delete 130 line\ -```history -c``` - delete all history +| Command | Description | +|:------------------: | :------------------ | +|```Esc + .``` | Last object | +|```Ctrl + R``` | bash_history search | +|```history -d 130``` | Delete 130 line | +|```history -c``` | Delete all history | + ### 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 | + +