VSCode compatibility globalized minor mode that provides VSCode-style keybindings in Emacs.
USE ONLY AT YOUR OWN RISK:
This mode installs ELisp packages. This mode is pre-alpha. This mode is UNDER CONSTRUCTION.
We need testers, please contact me if interested.
Replace the /var/lib/myfrdcsa/collaborative/git/vscode-mode with the correct path to the vscode-mode dir, and add to .emacs or whatever startup file you use:
(setq vscode-mode-dir "/var/lib/myfrdcsa/collaborative/git/vscode-mode")
(add-to-list 'load-path vscode-mode-dir)
(require 'vscode-init)
Optionally, also add this to the following to get it to run on startup:
(add-to-list 'emacs-startup-hook 'global-vscode-mode-on)
Or enable global-vscode-mode with C-c v v