| Hash | Commit message | Author | Date | Files | + | - |
1 | commit 973ae0e474c4e949fdf6d314a7f3fdaca770f663 |
2 | Author: Connor Etherington <[email protected]> |
3 | Date: Tue May 16 21:59:53 2023 +0200 |
4 | |
5 | Auto-Commit Update 16.05.2023 - 21:59:53 |
6 | --- |
7 | README.md | 3 +++ |
8 | 1 file changed, 3 insertions(+) |
9 | |
10 | diff --git a/README.md b/README.md |
11 | index 8942381..de4d3ed 100644 |
12 | --- a/README.md |
13 | +++ b/README.md |
14 | @@ -62,6 +62,7 @@ For on-exit directory changing, add the following line to your bash/zshrc: |
15 | * **j** : Down |
16 | * **k** : Up |
17 | * **l** : Right |
18 | + |
19 | * **\<Space\>** : Select file(s) |
20 | * **v** : Toggle select all file(s) |
21 | * **y** : Copy selected file(s) |
22 | @@ -81,6 +82,7 @@ For on-exit directory changing, add the following line to your bash/zshrc: |
23 | * **q** : Quit `lfp` |
24 | * **\<Enter\>** : Enter shell command |
25 | * **\<Period\>** : (.) - Activates Node Actions, various npm/yarn actions / quick command execution |
26 | + |
27 | * **B** : Bulk rename |
28 | * **E** : Extract archive |
29 | * **D** : (sudo) Delete selected file(s) |
30 | @@ -89,6 +91,7 @@ For on-exit directory changing, add the following line to your bash/zshrc: |
31 | * **R** : Create relative symlink of selected file(s) to current directory |
32 | * **E** : Extract archive (bz2 rar gz tar tar.* tbz2 tgz zip Z 7z deb) |
33 | * **C** : Quick clone a git repository without leaving `lfp` |
34 | + |
35 | * **\<Ctrl+c\>** : Git clone a repo |
36 | * **\<Ctrl+g\>** : Activate pushto - select a branch to push to (only works inside a git repo) |
37 | * **\<Ctrl+b\>** : Open file in browser |