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