From abf38e9e66bb1defec63e2b641ef1f73c810dc15 Mon Sep 17 00:00:00 2001 From: gasparschott Date: Sun, 17 Aug 2025 21:14:33 -0700 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4b57af0..1205621 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,8 @@ The plugin repeats some command functions already available in Obsidian, but the - Go to last leaf in active tab group - Go to most recent leaf +You may also wish to set a shortcut for the native “Files: Reveal current file in navigation” command, which will open the File Explorer (if it is not already open) and select the current file. + ### Troubleshooting • Not compatible with Outliner.MD plugin in its current form (0.1.5) as it seems to highjack tab focus when an outliner file is open. This prevents changing the focus of tabs or tab splits via the keyboard commands. • This plugin works well with my “[Smooth Explorer](https://github.com/gasparschott/smooth-explorer/)” plugin, which allows you to use the arrow keys to navigate up and down the File Explorer, opening items as you go, but it is not required.