Skip to content

Instantly share code, notes, and snippets.

View lofiCafe's full-sized avatar
☺️
focusing on my full time job.

LofiCafe lofiCafe

☺️
focusing on my full time job.
View GitHub Profile
@lofiCafe
lofiCafe / .vimrc
Created August 23, 2023 06:07 — forked from rocarvaj/.vimrc
Minimal .vimrc for C/C++ developers
" VIM Configuration File
" Description: Optimized for C/C++ development, but useful also for other things.
" Author: Gerhard Gappmeier
"
" set UTF-8 encoding
set enc=utf-8
set fenc=utf-8
set termencoding=utf-8
" disable vi compatibility (emulation of old bugs)
@lofiCafe
lofiCafe / spacemacs-keybindings
Created February 26, 2022 13:06 — 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 |