https://github.com/geyang/intellij-vnc-osx-setup
Working with IntelliJ on Linux Remote using Mac Keybinding
https://github.com/geyang/intellij-vnc-osx-setup
Last synced: 4 months ago
JSON representation
Working with IntelliJ on Linux Remote using Mac Keybinding
- Host: GitHub
- URL: https://github.com/geyang/intellij-vnc-osx-setup
- Owner: geyang
- Created: 2019-09-16T12:37:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-16T13:02:31.000Z (over 5 years ago)
- Last Synced: 2025-01-10T12:58:29.584Z (5 months ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# intellij-vnc-osx-setup
This is a working setup for getting `meta + D` and other mac key combinations
to work with an IntelliJ IDE in a remote linux box. There are a number of things
that have to happen once for it to work.## Linux Box
Make sure you set: `Meta is mapped to Win`. Otherwise the multi-key sequence
with `meta + ` would not work.I am not sure why this is the case, but if you know please let me know.
### VNC setup
## Mac Host
### SSH Tunnel
### Karabiner
You need what is called a `complex rule`. The final (barebone and clean)
karabiner setup is in [./karabiner_configurations/karabiner.json](./karabiner_configurations/karabiner.json)
under this repository. In OSX, this file is located at> /Users//.config/karabiner
You can look at that file and copy the parts appropriate.
### TigerVNC
In case you are a CJK IME user (like me), you need to **make sure** that
you are using the US input method. This is an issue with the TigerVNC.
Using just the US input method works very well.