| Hash | Commit message | Author | Date | Files | + | - |
1 | commit d75d16d2e92c008c50db3b003889b92af6a4e7b7 |
2 | Author: Connor Etherington <[email protected]> |
3 | Date: Tue May 16 22:10:00 2023 +0200 |
4 | |
5 | Auto-Commit Update 16.05.2023 - 22:10:00 |
6 | --- |
7 | README.md | 23 ++++++++++++++++------- |
8 | 1 file changed, 16 insertions(+), 7 deletions(-) |
9 | |
10 | diff --git a/README.md b/README.md |
11 | index e7c4835..0d19366 100644 |
12 | --- a/README.md |
13 | +++ b/README.md |
14 | @@ -58,12 +58,18 @@ For on-exit directory changing, add the following line to your bash/zshrc: |
15 | |
16 | **Use the following keybindings to activate relatie functions and features:** |
17 | |
18 | +*** |
19 | + |
20 | + |
21 | +### Navigation: |
22 | + |
23 | * **h**: Left |
24 | * **j**: Down |
25 | * **k**: Up |
26 | * **l**: Right |
27 | |
28 | -*** |
29 | + |
30 | +### Main actions: |
31 | |
32 | * **v**: Toggle select all file(s) |
33 | * **y**: Copy selected file(s) |
34 | @@ -81,6 +87,14 @@ For on-exit directory changing, add the following line to your bash/zshrc: |
35 | * **x**: Execute selected file(s) |
36 | * **z**: Open in `sxiv` (an image viewer) |
37 | * **q**: Quit `lfp` |
38 | + |
39 | + |
40 | +* **\<Space\>**: Select file(s) |
41 | +* **\<Period\>**: (.) - Activates Node Actions, various npm/yarn actions / quick command execution |
42 | + |
43 | + |
44 | +### Additional actions: |
45 | + |
46 | * **B**: Bulk rename |
47 | * **E**: Extract archive |
48 | * **D**: (sudo) Delete selected file(s) |
49 | @@ -88,9 +102,6 @@ For on-exit directory changing, add the following line to your bash/zshrc: |
50 | * **H**: Create hardlink of selected file(s) to current directory |
51 | * **R**: Create relative symlink of selected file(s) to current directory |
52 | * **E**: Extract archive (bz2 rar gz tar tar.* tbz2 tgz zip Z 7z deb) |
53 | - |
54 | -*** |
55 | - |
56 | * **C**: Quick clone a git repository without leaving `lfp` |
57 | * **\<Ctrl+c\>**: Git clone a repo |
58 | * **\<Ctrl+g\>**: Activate pushto - select a branch to push to (only works inside a git repo) |
59 | @@ -99,11 +110,9 @@ For on-exit directory changing, add the following line to your bash/zshrc: |
60 | * **\<Ctrl+7\>**: Chmod 755 selected file(s) |
61 | * **\<Ctrl+8\>**: Chmod 700 selected file(s) |
62 | |
63 | -*** |
64 | |
65 | -* **\<Period\>**: (.) - Activates Node Actions, various npm/yarn actions / quick command execution |
66 | * **\<Enter\>**: Enter shell command |
67 | -* **\<Space\>**: Select file(s) |
68 | + |
69 | |
70 | And many more. |
71 | |