Skip to content

Instantly share code, notes, and snippets.

View jmelchio's full-sized avatar
💻

Joris Melchior jmelchio

💻
  • Toronto, Ontario
  • 02:07 (UTC -04:00)
View GitHub Profile
@jmelchio
jmelchio / .tmux.conf
Last active December 7, 2020 20:23
tmux config customizations
# tmux configuration customaizations
# allow for reload on the fly
unbind r
bind r source-file ~/.tmux.conf \; display 'Reload tmux config'
# allow use of mouse
# set -g mouse on
# set -g mouse-ut8 on