Skip to content

Commit 79c2a73

Browse files
committed
Updated README.md
1 parent 2d8d20c commit 79c2a73

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,10 @@ In `vim_mode` both normal and vim shortcuts work
7878
|`KEY_F1` | `O` |(ascending) order-type switch|
7979
|`CTRL + V` | `p` |Pastes the Copied or Cuted files |
8080
|`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 |
8184
|`CTRL + F` | `i` |Find Files *(if not auto_find_on_typing)* |
82-
|`CTRL + O` | |Open whole directory in editor |
8385
|`CTRL + A` | |Select all files in current folder|
8486
|`CTRL + C` | `yy` |Copies the selected files |
8587
|`CTRL + K` | |Copies the selected files |
@@ -94,7 +96,8 @@ In `vim_mode` both normal and vim shortcuts work
9496
|`CTRL + E` | `e` |[Exit with `cd`](https://github.com/GiorgosXou/TUIFIManager/tree/master/etc) |
9597
|`ESCAPE` | |Exit |
9698

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`
98101
99102
***TERMUX only Shortcuts\Keybindings***
100103
| Shortcut | Action |
@@ -103,7 +106,7 @@ In `vim_mode` both normal and vim shortcuts work
103106
|`CTRL + LEFT`| Goes out of select-mode while also cuts the seleccted file(s) |
104107
|`CTRL + END` | Goes out of select-mode while also deleting the selected file(s) |
105108
|`CTRL + UP` | Same as `CTRL + V`, Pastes the Copied or Cuted files |
106-
|`END` | Deletes selected files |
109+
|`END` | Deletes selected files *(Permanently!)* |
107110

108111

109112
# 👨‍💻 Commands
@@ -121,7 +124,7 @@ In `vim_mode` both normal and vim shortcuts work
121124

122125
**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.
123126

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.
125128

126129

127130

0 commit comments

Comments
 (0)