From 7300c5e0eadbea273996a468995acf802e894648 Mon Sep 17 00:00:00 2001 From: trinib Date: Sun, 13 Nov 2022 17:49:12 -0400 Subject: [PATCH] Update README.md --- README.md | 28 ++++++++++------------------ 1 file changed, 10 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 8275fa2..bc83348 100644 --- a/README.md +++ b/README.md @@ -4306,8 +4306,8 @@ Inspired by RehanSaeed/ | Key | Function | | :--: | :-- | -| CTRL + Y | Scrolls page down | -| CTRL + V | Scrolls page up| +| CTRL+Y | Scrolls page down | +| CTRL+V | Scrolls page up| | Alt+\ | Got to beginning of file | | Alt+/ | Got to end of file | | Ctrl+H | Delete character before cursor | @@ -4316,28 +4316,20 @@ Inspired by RehanSaeed/ | Ctrl+Del |Erase word to the right | | Alt+Del | Erase current line | | Alt+^ | Copy selected text | -| CTRL + U | To paste the text from the cut buffer (similar to clipboard) into the selected line. | -| CTRL + K | It cuts the entire selected line to the cut buffer. | -| ALT + A | To select text. You can combine this command with CTRL + K to cut a specific part of the text to the cut buffer. | +| CTRL+U | To paste the text from the cut buffer (similar to clipboard) into the selected line. | +| CTRL+K | It cuts the entire selected line to the cut buffer. | +| ALT+A | To select text. You can combine this command with CTRL + K to cut a specific part of the text to the cut buffer. | | Alt+U | Undo last action | | Alt+E | Redo last undone action | | Ctrl+Q | Start backward search. Press Ctrl+Q to search for the same phrase again | | Ctrl+W | Start forward search. Press ALT + W to search for the same phrase again | | Ctrl+\ | Replaces string or a regular expression | | Alt+3 | Comment/uncomment line/region | -| CTRL + R | Opens a file and inserts it at the current cursor position | -| Ctrl-O | Write changes to a file ("Save as") | -| Ctrl-S | Save current file | -| CTRL + X | To exit Nano text editor. It prompts a save request if you made any changes to the file | -| CTRL + G | A Help window will pop out and show you all the available commands | - - - - - - - - +| CTRL+R | Opens a file and inserts it at the current cursor position | +| Ctrl+O | Write changes to a file ("Save as") | +| Ctrl+S | Save current file | +| CTRL+X | To exit Nano text editor. It prompts a save request if you made any changes to the file | +| CTRL+G | A Help window will pop out and show you all the available commands |