| Hash | Commit message | Author | Date | Files | + | - |
1 | commit 1052b5698a8e71f1a03f321462bc717c8dd9e021 |
2 | Author: Connor Etherington <[email protected]> |
3 | Date: Tue May 16 22:04:50 2023 +0200 |
4 | |
5 | Auto-Commit Update 16.05.2023 - 22:04:50 |
6 | --- |
7 | README.md | 6 ++++++ |
8 | 1 file changed, 6 insertions(+) |
9 | |
10 | diff --git a/README.md b/README.md |
11 | index 6400e14..e7c4835 100644 |
12 | --- a/README.md |
13 | +++ b/README.md |
14 | @@ -63,6 +63,8 @@ For on-exit directory changing, add the following line to your bash/zshrc: |
15 | * **k**: Up |
16 | * **l**: Right |
17 | |
18 | +*** |
19 | + |
20 | * **v**: Toggle select all file(s) |
21 | * **y**: Copy selected file(s) |
22 | * **c**: Cut selected file(s) |
23 | @@ -87,6 +89,8 @@ For on-exit directory changing, add the following line to your bash/zshrc: |
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 | |
27 | +*** |
28 | + |
29 | * **C**: Quick clone a git repository without leaving `lfp` |
30 | * **\<Ctrl+c\>**: Git clone a repo |
31 | * **\<Ctrl+g\>**: Activate pushto - select a branch to push to (only works inside a git repo) |
32 | @@ -95,6 +99,8 @@ For on-exit directory changing, add the following line to your bash/zshrc: |
33 | * **\<Ctrl+7\>**: Chmod 755 selected file(s) |
34 | * **\<Ctrl+8\>**: Chmod 700 selected file(s) |
35 | |
36 | +*** |
37 | + |
38 | * **\<Period\>**: (.) - Activates Node Actions, various npm/yarn actions / quick command execution |
39 | * **\<Enter\>**: Enter shell command |
40 | * **\<Space\>**: Select file(s) |