| Hash | Commit message | Author | Date | Files | + | - |
1 | commit 299746e73150135d622cf9c08cc81b4c191a4cfb |
2 | Author: Connor Etherington <[email protected]> |
3 | Date: Tue May 16 22:03:50 2023 +0200 |
4 | |
5 | Auto-Commit Update 16.05.2023 - 22:03:50 |
6 | --- |
7 | README.md | 7 ++++--- |
8 | 1 file changed, 4 insertions(+), 3 deletions(-) |
9 | |
10 | diff --git a/README.md b/README.md |
11 | index 5beb601..6400e14 100644 |
12 | --- a/README.md |
13 | +++ b/README.md |
14 | @@ -63,7 +63,6 @@ For on-exit directory changing, add the following line to your bash/zshrc: |
15 | * **k**: Up |
16 | * **l**: Right |
17 | |
18 | -* **\<Space\>**: Select file(s) |
19 | * **v**: Toggle select all file(s) |
20 | * **y**: Copy selected file(s) |
21 | * **c**: Cut selected file(s) |
22 | @@ -87,8 +86,6 @@ For on-exit directory changing, add the following line to your bash/zshrc: |
23 | * **H**: Create hardlink of selected file(s) to current directory |
24 | * **R**: Create relative symlink of selected file(s) to current directory |
25 | * **E**: Extract archive (bz2 rar gz tar tar.* tbz2 tgz zip Z 7z deb) |
26 | -* **\<Period\>**: (.) - Activates Node Actions, various npm/yarn actions / quick command execution |
27 | -* **\<Enter\>**: Enter shell command |
28 | |
29 | * **C**: Quick clone a git repository without leaving `lfp` |
30 | * **\<Ctrl+c\>**: Git clone a repo |
31 | @@ -98,5 +95,9 @@ For on-exit directory changing, add the following line to your bash/zshrc: |
32 | * **\<Ctrl+7\>**: Chmod 755 selected file(s) |
33 | * **\<Ctrl+8\>**: Chmod 700 selected file(s) |
34 | |
35 | +* **\<Period\>**: (.) - Activates Node Actions, various npm/yarn actions / quick command execution |
36 | +* **\<Enter\>**: Enter shell command |
37 | +* **\<Space\>**: Select file(s) |
38 | + |
39 | And many more. |
40 | |