Skip to content

Instantly share code, notes, and snippets.

View ecruzolivera's full-sized avatar

Ernesto Cruz Olivera ecruzolivera

View GitHub Profile
yay -S --noconfirm --needed \
ghostty \
ghostty-shell-integration \
ghostty-terminfo \
ttf-firacode-nerd \
brave-bin \
yazi \
tmux \
resvg \
rcm \
@ecruzolivera
ecruzolivera / .clang-format
Created February 29, 2024 22:29
clang format
---
BasedOnStyle: Google
AccessModifierOffset: -1
AlignAfterOpenBracket: Align
AlignArrayOfStructures: None
AlignConsecutiveAssignments:
Enabled: false
AcrossEmptyLines: false
AcrossComments: false
AlignCompound: false
bind-key C-b send-prefix
bind-key C-o rotate-window
bind-key C-z suspend-client
bind-key Space next-layout
bind-key ! break-pane
bind-key " split-window
bind-key # list-buffers
bind-key $ command-prompt -I #S "rename-session '%%'"
bind-key % split-window -h
bind-key & confirm-before -p "kill-window #W? (y/n)" kill-window