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
|`filemanager.showdotfiles`| Show dotfiles (hidden if false) |`on`|
24
-
|`filemanager.showignored`| Show gitignore'd files (hidden if false) |`on`|
25
-
|`filemanager.compressparent`| Collapse the parent dir when left is pressed on a child file |`on`|
26
-
|`filemanager.foldersfirst`| Sorts folders above any files |`on`|
27
-
|`filemanager.openonstart`| Automatically open the file tree when starting Micro |`off`|
28
-
29
-
### Commands and Keybindings
30
-
31
-
The keybindings below are the equivalent to Micro's defaults, and not actually set by the plugin. If you've changed any of those keybindings, then that key is used instead.
32
-
33
-
If you want to [keybind](https://github.com/zyedidia/micro/blob/master/runtime/help/keybindings.md#rebinding-keys) any of the operations/commands, bind to the labeled API in the table below.
34
-
35
-
| Command | Keybinding(s) | What it does | API for `bindings.json`|
|`filemanager.showdotfiles`| Show dotfiles (hidden if false) |`on`|
20
+
|`filemanager.showignored`| Show gitignore'd files (hidden if false) |`on`|
21
+
|`filemanager.compressparent`| Collapse the parent dir when left is pressed on a child file |`on`|
22
+
|`filemanager.foldersfirst`| Sorts folders above any files |`on`|
23
+
|`filemanager.openonstart`| Automatically open the file tree when starting Micro |`off`|
24
+
25
+
### Commands and Keybindings
26
+
27
+
The keybindings below are the equivalent to Micro's defaults, and not actually set by the plugin. If you've changed any of those keybindings, then that key is used instead.
28
+
29
+
If you want to [keybind](https://github.com/zyedidia/micro/blob/master/runtime/help/keybindings.md#rebinding-keys) any of the operations/commands, bind to the labeled API in the table below.
30
+
31
+
| Command | Keybinding(s) | What it does | API for `bindings.json`|
0 commit comments