Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Let's say I have a running VimR instance with a GUI window on space 1.
When I switch to space 2, space 1 with the single VimR GUI window becomes hidden. Now I want to define a keyboard shortcut to create a new window on current space 2 without creating a new instance of VimR, e.g. with
$ open -n /Applications/VimR.app
.The cli script from VimR
vimr
opens a new window on the same space as the existing window, i.e. on space 1 and a space change is triggered.In contrast, the cli script from MacVim
mvim
opens a new GUI window on the current space.Could the default behaviour be changed?
Also AppleScript support could be added:
Beta Was this translation helpful? Give feedback.
All reactions