Skip to content

Commit ce42f81

Browse files
committed
Update README
1 parent 64a729e commit ce42f81

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

README.md

+12-5
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,10 @@
1111

1212
## Features
1313
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.
1618

1719
## Requirements
1820
- `macOS 13+`.
@@ -34,11 +36,16 @@ Once installed, the `neohub` command should become available in your shell. This
3436
See `neovide --help` for available options.
3537

3638
### 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.
3841

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

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

4350
## Credits
4451
App icon is by [u/danbee](https://www.reddit.com/user/danbee/).

0 commit comments

Comments
 (0)