Skip to content

Instantly share code, notes, and snippets.

View KopyWasTaken's full-sized avatar

Kopy KopyWasTaken

  • Boston
  • 06:44 (UTC -04:00)
View GitHub Profile
# Title: KopyWasTaken/hosts
#
# This hosts file is a custom pi-hole blocklist
#
0.0.0.0 youtube.com
0.0.0.0 m.youtube.com
@KopyWasTaken
KopyWasTaken / .tmux.conf
Created October 5, 2025 23:09
.tmux.conf file
set -g allow-passthrough
# remap prefix from 'C-b' to 'C-a'
unbind C-b
set-option -g prefix C-a
bind-key C-a send-prefix
# split panes using | and -
bind | split-window -h
bind - split-window -v