Skip to content

Instantly share code, notes, and snippets.

View cristicismas's full-sized avatar
🖥️

Cristi Cismas cristicismas

🖥️
View GitHub Profile
@cristicismas
cristicismas / .tmux.conf
Last active May 3, 2024 11:24
Personal .tmux config file
# Reload config bind
unbind r
bind r source-file ~/.tmux.conf
# Remove vim mode switching delay
set -s escape-time 0
# Change leader bind
set -g prefix C-s
@cristicismas
cristicismas / treestyletab.css
Created June 10, 2021 10:14
Tree style tab css
:root {
--dark-0: #151d28;
--dark-base: #1c1b22;
--dark-1: #111;
--dark-2: #2b2a33;
--dark-3: #2b2a33;
--dark-4: #2b2a33;
--light-0: #d7dfea;
--light-base: #afc0d5;
--light-1: #a1b5ce;