When I first installed spacemacs, he asked me to decide which mode I want to configure. I chose vim, because it was already convenient for me. But now I want to learn more about emacs shortcuts and key bindings. Therefore, I would like to return to emacs mode in spacemacs. How to change my settings?
If you just want to switch between emacs and vim modes, you can just use CTRL z . It works in both modes.
CTRL z
in the configuration file, supposedly ~ / .spacemacs, change the line
dotspacemacs-editing-style 'vim
to
dotspacemacs-editing-style 'emacs
Source: https://habr.com/ru/post/1013401/More articles:How to convert time value with UTC offset to GMT in java 7 - javaConverting delimited file to fix data in CSV file - scalaWhy are PHPUnit tests faster when the machine is disconnected from the Internet? - performanceDifference between extras_require () and install_requires () in setup.py? - pythonINNER JOIN performance with the condition "<" or ">" - sqlProcessing permissions to download WebView files and runtime - androidHow to enter an exact small delay in a task without CPU overload? - multithreadingStrange values ββfor mathematical expression - androidRead Only Properties - swiftThe fastest way to read files in a multiprocessing environment? C # - multithreadingAll Articles