| Hash | Commit message | Author | Date | Files | + | - |
1 | commit 6059f8d03dd303d26015842e0331d412210ba780 |
2 | Author: Connor Etherington <[email protected]> |
3 | Date: Tue May 16 22:01:50 2023 +0200 |
4 | |
5 | Auto-Commit Update 16.05.2023 - 22:01:50 |
6 | --- |
7 | README.md | 79 +++++++++++++++++++++++++++++++-------------------------------- |
8 | 1 file changed, 39 insertions(+), 40 deletions(-) |
9 | |
10 | diff --git a/README.md b/README.md |
11 | index de4d3ed..566f300 100644 |
12 | --- a/README.md |
13 | +++ b/README.md |
14 | @@ -58,46 +58,45 @@ 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 | -* **h** : Left |
19 | -* **j** : Down |
20 | -* **k** : Up |
21 | -* **l** : Right |
22 | - |
23 | -* **\<Space\>** : Select file(s) |
24 | -* **v** : Toggle select all file(s) |
25 | -* **y** : Copy selected file(s) |
26 | -* **c** : Cut selected file(s) |
27 | -* **d** : Delete selected file(s) |
28 | -* **p** : Paste selected file(s) |
29 | -* **d** : Delete selected file(s) |
30 | -* **s** : Edit file you're currently hovering over |
31 | -* **n** : Create new directory |
32 | -* **m** : Play with mpv |
33 | -* **f** : Activate fzfp (`lfp's` fuzzy-finder) |
34 | -* **b** : Open file in default browser |
35 | -* **e** : Prompts you for a filename to edit/create |
36 | -* **t** : Prompts you for a filename for blank file to create |
37 | -* **x** : Execute selected file(s) |
38 | -* **z** : Open in `sxiv` (an image viewer) |
39 | -* **q** : Quit `lfp` |
40 | -* **\<Enter\>** : Enter shell command |
41 | -* **\<Period\>** : (.) - Activates Node Actions, various npm/yarn actions / quick command execution |
42 | - |
43 | -* **B** : Bulk rename |
44 | -* **E** : Extract archive |
45 | -* **D** : (sudo) Delete selected file(s) |
46 | -* **L** : Symlink selected file(s) to current directory |
47 | -* **H** : Create hardlink of selected file(s) to current directory |
48 | -* **R** : Create relative symlink of selected file(s) to current directory |
49 | -* **E** : Extract archive (bz2 rar gz tar tar.* tbz2 tgz zip Z 7z deb) |
50 | -* **C** : Quick clone a git repository without leaving `lfp` |
51 | - |
52 | -* **\<Ctrl+c\>** : Git clone a repo |
53 | -* **\<Ctrl+g\>** : Activate pushto - select a branch to push to (only works inside a git repo) |
54 | -* **\<Ctrl+b\>** : Open file in browser |
55 | -* **\<Ctrl+6\>** : Chmod 644 selected file(s) |
56 | -* **\<Ctrl+7\>** : Chmod 755 selected file(s) |
57 | -* **\<Ctrl+8\>** : Chmod 700 selected file(s) |
58 | +* **h**: Left |
59 | +* **j**: Down |
60 | +* **k**: Up |
61 | +* **l**: Right |
62 | +* **v**: Toggle select all file(s) |
63 | +* **y**: Copy selected file(s) |
64 | +* **c**: Cut selected file(s) |
65 | +* **d**: Delete selected file(s) |
66 | +* **p**: Paste selected file(s) |
67 | +* **d**: Delete selected file(s) |
68 | +* **s**: Edit file you're currently hovering over |
69 | +* **n**: Create new directory |
70 | +* **m**: Play with mpv |
71 | +* **f**: Activate fzfp (`lfp's` fuzzy-finder) |
72 | +* **b**: Open file in default browser |
73 | +* **e**: Prompts you for a filename to edit/create |
74 | +* **t**: Prompts you for a filename for blank file to create |
75 | +* **x**: Execute selected file(s) |
76 | +* **z**: Open in `sxiv` (an image viewer) |
77 | +* **q**: Quit `lfp` |
78 | +* **B**: Bulk rename |
79 | +* **E**: Extract archive |
80 | +* **D**: (sudo) Delete selected file(s) |
81 | +* **L**: Symlink selected file(s) to current directory |
82 | +* **H**: Create hardlink of selected file(s) to current directory |
83 | +* **R**: Create relative symlink of selected file(s) to current directory |
84 | +* **E**: Extract archive (bz2 rar gz tar tar.* tbz2 tgz zip Z 7z deb) |
85 | +* **C**: Quick clone a git repository without leaving `lfp` |
86 | +* |
87 | +* **\<Space\>**: Select file(s) |
88 | +* **\<Period\>**: (.) - Activates Node Actions, various npm/yarn actions / quick command execution |
89 | +* **\<Enter\>**: Enter shell command |
90 | +* |
91 | +* **\<Ctrl+c\>**: Git clone a repo |
92 | +* **\<Ctrl+g\>**: Activate pushto - select a branch to push to (only works inside a git repo) |
93 | +* **\<Ctrl+b\>**: Open file in browser |
94 | +* **\<Ctrl+6\>**: Chmod 644 selected file(s) |
95 | +* **\<Ctrl+7\>**: Chmod 755 selected file(s) |
96 | +* **\<Ctrl+8\>**: Chmod 700 selected file(s) |
97 | |
98 | And many more. |
99 | |