You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,8 +78,10 @@ In `vim_mode` both normal and vim shortcuts work
78
78
|`KEY_F1`|`O`|(ascending) order-type switch|
79
79
|`CTRL + V`|`p`|Pastes the Copied or Cuted files |
80
80
|`DEL`|`CTRL+d`|Deletes the selected files |
81
+
|`ALT + O`||Open whole directory in editor |
82
+
|`CTRL + O`|| Navigate backward in jumplist |
83
+
|`CTRL + I`||Navigate forward in jumplist |
81
84
|`CTRL + F`|`i`|Find Files *(if not auto_find_on_typing)*|
82
-
|`CTRL + O`||Open whole directory in editor |
83
85
|`CTRL + A`||Select all files in current folder|
84
86
|`CTRL + C`|`yy`|Copies the selected files |
85
87
|`CTRL + K`||Copies the selected files |
@@ -94,7 +96,8 @@ In `vim_mode` both normal and vim shortcuts work
94
96
|`CTRL + E`|`e`|[Exit with `cd`](https://github.com/GiorgosXou/TUIFIManager/tree/master/etc)|
95
97
|`ESCAPE`||Exit |
96
98
97
-
**(*TIP:** 🐁 use `ALT + CLICK` for multiple mouse selection if `SHIFT` not working. You can also use `s i m a c` to copy individual properties when you have them opened)*
99
+
> [!TIP]
100
+
> 🐁 use `ALT + CLICK` for multiple mouse selection if `SHIFT` not working. When properties-window is opened you can also use `s i m a c` to copy individual properties into the clipboard. To insert into jumplist the current directory simply mark `mm`
98
101
99
102
***TERMUX only Shortcuts\Keybindings***
100
103
| Shortcut | Action |
@@ -103,7 +106,7 @@ In `vim_mode` both normal and vim shortcuts work
103
106
|`CTRL + LEFT`| Goes out of select-mode while also cuts the seleccted file(s) |
104
107
|`CTRL + END`| Goes out of select-mode while also deleting the selected file(s) |
105
108
|`CTRL + UP`| Same as `CTRL + V`, Pastes the Copied or Cuted files |
106
-
|`END`| Deletes selected files |
109
+
|`END`| Deletes selected files *(Permanently!)*|
107
110
108
111
109
112
# 👨💻 Commands
@@ -121,7 +124,7 @@ In `vim_mode` both normal and vim shortcuts work
121
124
122
125
**important note:**`o` is also used for ordering in `vim_mode`. In this case you can first press space-bar before proceeding with `owv` or with any other already reserved starting key, or just change it.
123
126
124
-
**Additionally** there are also some hardcoded ones, like the `m`+character: which marks the current directory into the character, so you can navigate back to it by using \` or `;`+that_character. `yp` and `yd` to copy either the file-path or directory-path to clipboard. `F` and `f` for finding\\jumping-to the first filename-ocurance of the next letter you type, backwards or forwards
127
+
**Additionally** there are also some hardcoded ones, like the `m`+character: which marks the current directory into the character, so you can navigate back to it by using \` or `;`+that_character. `yp` and `yd` to copy either the file-path or directory-path to clipboard. `F` and `f` for finding\\jumping-to the first filename-ocurance of the next letter you type, backwards or forwards. `gg` and `G` to go to scroll to the first or last file.
0 commit comments