Skip to content

Instantly share code, notes, and snippets.

View sergeychibunin's full-sized avatar
💻
Java and JavaScript are the same as a car and a carpet

Sergey Chibunin sergeychibunin

💻
Java and JavaScript are the same as a car and a carpet
View GitHub Profile
@sergeychibunin
sergeychibunin / spacemacs-keybindings
Created February 8, 2022 09:32 — 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 |