Skip to content

Instantly share code, notes, and snippets.

View Aleksey-n's full-sized avatar
🌊
Every day is a new beginning, take a deep breathe and start again

Aleksey Aleksey-n

🌊
Every day is a new beginning, take a deep breathe and start again
View GitHub Profile
@Aleksey-n
Aleksey-n / VS-Version-History-and-Roadmap
Last active June 20, 2021 19:35
Microsoft, Virtual-machines, Visual Studio and more ...
VS-Version-History-and-Roadmap: https://docs.microsoft.com/en-us/visualstudio/productinfo/vs-roadmap
Windows 10 IDE for Virtual Machine: https://developer.microsoft.com/ru-ru/windows/downloads/virtual-machines/
@Aleksey-n
Aleksey-n / spacemacs-keybindings
Created October 10, 2020 15:15 — forked from adham90/spacemacs-keybindings
spacemacs keybindings that i need to learn
SPC s c remove highlight
**** Files manipulations key bindings
Files manipulation commands (start with ~f~):
| Key Binding | Description |
|-------------+----------------------------------------------------------------|
| ~SPC f c~ | copy current file to a different location |
| ~SPC f C d~ | convert file from unix to dos encoding |
| ~SPC f C u~ | convert file from dos to unix encoding |