Skip to content

Instantly share code, notes, and snippets.

View newbenhd's full-sized avatar
😊

Ben M newbenhd

😊
  • Loading...
  • Chicago, Illinois
View GitHub Profile
@newbenhd
newbenhd / tmux.conf
Created May 9, 2024 23:42 — forked from Lartza/tmux.conf
vim friendly tmux configuration
#Prefix is Ctrl-a
set -g prefix C-a
bind C-a send-prefix
unbind C-b
set -sg escape-time 1
set -g base-index 1
setw -g pane-base-index 1
#Mouse works as expected
@newbenhd
newbenhd / iris.csv
Created October 4, 2023 06:15 — forked from r-wheeler/iris.csv
iris
sepal length sepal width petal length petal width species
5.1 3.5 1.4 0.2 Iris-setosa
4.9 3.0 1.4 0.2 Iris-setosa
4.7 3.2 1.3 0.2 Iris-setosa
4.6 3.1 1.5 0.2 Iris-setosa
5.0 3.6 1.4 0.2 Iris-setosa
5.4 3.9 1.7 0.4 Iris-setosa
4.6 3.4 1.4 0.3 Iris-setosa
5.0 3.4 1.5 0.2 Iris-setosa
4.4 2.9 1.4 0.2 Iris-setosa