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
+12-5
Original file line number
Diff line number
Diff line change
@@ -11,8 +11,10 @@
11
11
12
12
## Features
13
13
So, what NeoHub offers?
14
-
1. Global hotkey that shows a switcher between Neovide instances. You can hit this hotkey from anywhere and activate a project you need.
15
-
2. CLI, which executes new Neovide instances, and if an instance at the current path is already running, it activates it instead of spawning a new one.
14
+
1. Global hotkey to show a switcher between Neovide instances. You can hit this hotkey from anywhere and activate a project you need.
15
+
2. Global hotkey to activate last used editor, if there are mulitple.
16
+
3. Hotkey to restart current editor.
17
+
4. CLI, which executes new Neovide instances, and if an instance at the current path is already running, it activates it instead of spawning a new one.
16
18
17
19
## Requirements
18
20
-`macOS 13+`.
@@ -34,11 +36,16 @@ Once installed, the `neohub` command should become available in your shell. This
34
36
See `neovide --help` for available options.
35
37
36
38
### App
37
-
Hit `⌘ ⌃ N` (`Command + Control + N`) to open the switcher. The hotkey is configurable.
39
+
Hit `⌘ ⌃ N` (`Command + Control + N`) to open the editor switcher.
40
+
Hit `⌘ ⌃ Z` (`Command + Control + Z`) to activate last active editor.
38
41
39
-
When in the switcher, you can quit all editors at once by pressing `⌘ Q`, or just a selected one with `⌘ ⌫`.
42
+
All hotkeys are configurable.
40
43
41
-
P.S. When you press the hotkey and there is only one Neovide instance is running, NeoHub will activate it instead of showing the switcher.
44
+
When in the switcher, you can quit all editors at once by pressing `⌘ Q`, or just a selected one with `⌘ ⌫`. Also, you can use `⇥` (`Tab`) to cycle through the editors in the list.
45
+
46
+
You can set a hotkey to restart current editor in the Settings. Keep in mind, that if you updated env vars and restart the editor - it won't pick up the new env. In this case, you need to shut down the editor and relaunch it from the CLI.
47
+
48
+
P.S. When you press the editor switcher hotkey and there is only one Neovide instance is running, NeoHub will activate it instead of showing the switcher.
42
49
43
50
## Credits
44
51
App icon is by [u/danbee](https://www.reddit.com/user/danbee/).
0 commit comments