Browse Source

Update 'README.md'

master
zeus 2 years ago
parent
commit
2507a47a47
  1. 38
      README.md

38
README.md

@ -45,31 +45,30 @@ The leader key is normally defined by the mapleader variable as \.
**Normal mode** **Normal mode**
### Edit Action ### Edit Action
- **\ls** Remove all whitespace at the end of every line in the buffer - **\ls** Remove all whitespace at the end of every line in the buffer
- **p** Paste below - **p** Paste below
- **P** -> Paste above - **P** Paste above
Select text with: *CTRL-V* -or- *SHIT-V* amd Arrows #### Select text with: *CTRL-V* -or- *SHIT-V* amd Arrows
AND AND
*esc Y* to Copy - **esc Y** to Copy
use: *Clipboard/Register Manager* to *paste* - **use:** *Clipboard/Register Manager* to *paste*
=== View Action ### View Action
- **\n** Toggle line numbers
- **\w** Toggle wrap
[cols="1,2",grid=none, frame=none]
|===
| *\n* | Toggle line numbers
| *\w* | Toggle wrap
|===
=== Copy2System Buffer ### Copy2System Buffer
* 1. Select text: * 1. Select text:
** CTRL + V -OR- SHIFT + V ** CTRL + V -OR- SHIFT + V
@ -78,15 +77,14 @@ use: *Clipboard/Register Manager* to *paste*
* 3. SHIFT + INS Paste * 3. SHIFT + INS Paste
=== Clipboard/Register Manager ### Clipboard/Register Manager
- **\r** Open Register Menou
- **Esc** Close Register Menou
- **p** Paste below
- **CTRL-p** Paste above
[cols="1,2",grid=none, frame=none]
|===
| *\r* | Open Register Menou
| *Esc* | Close Register Menou
| *p* | Paste below
| *CTRL-p* | Paste above
|===
=== Menou / File explorer === Menou / File explorer

Loading…
Cancel
Save